Searched refs:ConstantFoldBinaryInstruction (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | ConstantFold.h | 46 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
D | ConstantFold.cpp | 1001 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, in ConstantFoldBinaryInstruction() function in llvm 1429 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
|
D | Constants.cpp | 1508 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()
|
/external/llvm/lib/IR/ |
D | ConstantFold.h | 45 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
D | ConstantFold.cpp | 916 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, in ConstantFoldBinaryInstruction() function in llvm 1239 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
|
D | Constants.cpp | 1800 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()
|