Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.h47 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
H A DConstantFold.cpp1112 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, in ConstantFoldBinaryInstruction() function in llvm
1510 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
H A DConstants.cpp2332 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()