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

/external/llvm/lib/VMCore/
H A DConstantFold.h46 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
H A DConstantFold.cpp868 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, function in class:llvm
1169 return ConstantFoldBinaryInstruction(Opcode, C2, C1);
H A DConstants.cpp1650 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2))

Completed in 174 milliseconds