Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewInst

1150     Value *NewInst = nullptr;
1157 NewInst = Builder->CreateFMul(Y, Op1);
1158 if (Instruction *RI = dyn_cast<Instruction>(NewInst)) {
1163 SimpR = BinaryOperator::CreateFDiv(X, NewInst);
1169 NewInst = Builder->CreateFMul(Op0, Y);
1170 if (Instruction *RI = dyn_cast<Instruction>(NewInst)) {
1175 SimpR = BinaryOperator::CreateFDiv(NewInst, X);
1179 if (NewInst) {
1180 if (Instruction *T = dyn_cast<Instruction>(NewInst))