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

/external/llvm/lib/IR/
H A DConstantFold.h46 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
H A DConstantFold.cpp870 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, function in class:llvm
1167 return ConstantFoldBinaryInstruction(Opcode, C2, C1);
H A DConstants.cpp1727 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2))

Completed in 37 milliseconds