Lines Matching refs:NegC
485 Constant *NegC = ConstantExpr::getNeg(ImmC); in visitMul() local
486 return SelectInst::Create(X, NegC, ConstantInt::getNullValue(Ty)); in visitMul()
493 Constant *NegC = ConstantExpr::getNeg(ImmC); in visitMul() local
495 return SelectInst::Create(IsNeg, NegC, ConstantInt::getNullValue(Ty)); in visitMul()
907 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFMul() local
908 return BinaryOperator::CreateFMulFMF(X, NegC, &I); in visitFMul()
1653 Constant *NegC = ConstantInt::get(Ty, -(*Op1C)); in visitSDiv() local
1654 Instruction *BO = BinaryOperator::CreateSDiv(X, NegC); in visitSDiv()
1732 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFDivConstantDivisor() local
1733 return BinaryOperator::CreateFDivFMF(X, NegC, &I); in foldFDivConstantDivisor()
1777 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFDivConstantDividend() local
1778 return BinaryOperator::CreateFDivFMF(NegC, X, &I); in foldFDivConstantDividend()