Lines Matching refs:ConstantFoldInstOperands
535 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), Ops, in SimplifyAddInst()
667 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(), in SimplifySubInst()
794 return ConstantFoldInstOperands(Instruction::FAdd, CLHS->getType(), in SimplifyFAddInst()
836 return ConstantFoldInstOperands(Instruction::FSub, CLHS->getType(), in SimplifyFSubInst()
874 return ConstantFoldInstOperands(Instruction::FMul, CLHS->getType(), in SimplifyFMulInst()
900 return ConstantFoldInstOperands(Instruction::Mul, CLHS->getType(), in SimplifyMulInst()
1000 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.DL, Q.TLI); in SimplifyDiv()
1150 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.DL, Q.TLI); in SimplifyRem()
1302 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, Q.DL, Q.TLI); in SimplifyShift()
1550 return ConstantFoldInstOperands(Instruction::And, CLHS->getType(), in SimplifyAndInst()
1709 return ConstantFoldInstOperands(Instruction::Or, CLHS->getType(), in SimplifyOrInst()
1845 return ConstantFoldInstOperands(Instruction::Xor, CLHS->getType(), in SimplifyXorInst()
3410 return ConstantFoldInstOperands(Instruction::Trunc, Ty, C, Q.DL, Q.TLI); in SimplifyTruncInst()
3467 return ConstantFoldInstOperands(Opcode, LHS->getType(), COps, Q.DL, in SimplifyBinOp()