Home
last modified time | relevance | path

Searched refs:ConstantFoldBinaryInstruction (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.h46 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
DConstantFold.cpp1001 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, in ConstantFoldBinaryInstruction() function in llvm
1429 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
DConstants.cpp1508 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()
/external/llvm/lib/IR/
DConstantFold.h45 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
DConstantFold.cpp916 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, in ConstantFoldBinaryInstruction() function in llvm
1239 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
DConstants.cpp1800 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()