Lines Matching refs:ConstantFoldInstOperands
534 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops, in SimplifyAddInst()
666 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(), in SimplifySubInst()
793 return ConstantFoldInstOperands(Instruction::FAdd, CLHS->getType(), in SimplifyFAddInst()
835 return ConstantFoldInstOperands(Instruction::FSub, CLHS->getType(), in SimplifyFSubInst()
873 return ConstantFoldInstOperands(Instruction::FMul, CLHS->getType(), in SimplifyFMulInst()
899 return ConstantFoldInstOperands(Instruction::Mul, CLHS->getType(), in SimplifyMulInst()
999 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.DL, Q.TLI); in SimplifyDiv()
1164 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.DL, Q.TLI); in SimplifyRem()
1316 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.DL, Q.TLI); in SimplifyShift()
1564 return ConstantFoldInstOperands(Instruction::And, CLHS->getType(), in SimplifyAndInst()
1723 return ConstantFoldInstOperands(Instruction::Or, CLHS->getType(), in SimplifyOrInst()
1859 return ConstantFoldInstOperands(Instruction::Xor, CLHS->getType(), in SimplifyXorInst()
3306 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), ConstOps, in SimplifyWithOpReplaced()
3684 return ConstantFoldInstOperands(Instruction::Trunc, Ty, C, Q.DL, Q.TLI); in SimplifyTruncInst()
3741 return ConstantFoldInstOperands(Opcode, LHS->getType(), COps, Q.DL, in SimplifyBinOp()