Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewExt

1730       Value *NewExt = Builder->CreateFPExt(V, I.getType());
1731 Instruction *NewI = BinaryOperator::CreateFAdd(Op0, NewExt);