Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:N1

510       Value *N1 = dyn_castFNegVal(Opnd1, IgnoreZeroSign);
513 if (N1)
514 return BinaryOperator::CreateFMul(N0, N1);
1161 Constant *N1 = Constant::getAllOnesValue(I.getType());
1162 Value *Add = Builder->CreateAdd(Op1, N1);