Lines Matching refs:NegC
455 Constant *NegC = ConstantExpr::getNeg(ImmC); in visitMul() local
456 return SelectInst::Create(X, NegC, ConstantInt::getNullValue(Ty)); in visitMul()
463 Constant *NegC = ConstantExpr::getNeg(ImmC); in visitMul() local
465 return SelectInst::Create(IsNeg, NegC, ConstantInt::getNullValue(Ty)); in visitMul()
788 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in visitFMul() local
789 return BinaryOperator::CreateFMulFMF(X, NegC, &I); in visitFMul()
1518 Constant *NegC = ConstantInt::get(Ty, -(*Op1C)); in visitSDiv() local
1519 Instruction *BO = BinaryOperator::CreateSDiv(X, NegC); in visitSDiv()
1597 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFDivConstantDivisor() local
1598 return BinaryOperator::CreateFDivFMF(X, NegC, &I); in foldFDivConstantDivisor()
1640 if (Constant *NegC = ConstantFoldUnaryOpOperand(Instruction::FNeg, C, DL)) in foldFDivConstantDividend() local
1641 return BinaryOperator::CreateFDivFMF(NegC, X, &I); in foldFDivConstantDividend()