Lines Matching defs:NewI
1534 Instruction *NewI = BinaryOperator::CreateFAdd(Op0, V);
1535 NewI->copyFastMathFlags(&I);
1536 return NewI;
1541 Instruction *NewI = BinaryOperator::CreateFAdd(Op0, NewTrunc);
1542 NewI->copyFastMathFlags(&I);
1543 return NewI;
1548 Instruction *NewI = BinaryOperator::CreateFAdd(Op0, NewExt);
1549 NewI->copyFastMathFlags(&I);
1550 return NewI;