Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Neg

189     Value *Neg = dyn_castNegVal(Op1C);
191 (BO->getOperand(1) == Op1C || BO->getOperand(1) == Neg) &&
488 Instruction *Neg = BinaryOperator::CreateFNeg(T);
491 Neg->copyFastMathFlags(&I);
493 return Neg;