Searched refs:ConstantFoldBinaryInstruction (Results 1 – 3 of 3) sorted by relevance
47 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
999 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, in ConstantFoldBinaryInstruction() function in llvm1367 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
1982 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()