forked from OSchip/llvm-project
parent
3e4d732dd0
commit
5ac1a47cad
|
@ -45,7 +45,7 @@ namespace llvm {
|
|||
ArrayRef<unsigned> Idxs);
|
||||
Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
||||
Constant *V2);
|
||||
Constant *ConstantFoldCompareInstruction(unsigned short predicate,
|
||||
Constant *ConstantFoldCompareInstruction(unsigned short predicate,
|
||||
Constant *C1, Constant *C2);
|
||||
Constant *ConstantFoldGetElementPtr(Type *Ty, Constant *C, bool inBounds,
|
||||
ArrayRef<Constant *> Idxs);
|
||||
|
|
Loading…
Reference in New Issue