Lines Matching full:newinst
1333 Value *NewInst = nullptr;
1340 NewInst = Builder->CreateFMul(Y, Op1);
1341 if (Instruction *RI = dyn_cast<Instruction>(NewInst)) {
1346 SimpR = BinaryOperator::CreateFDiv(X, NewInst);
1352 NewInst = Builder->CreateFMul(Op0, Y);
1353 if (Instruction *RI = dyn_cast<Instruction>(NewInst)) {
1358 SimpR = BinaryOperator::CreateFDiv(NewInst, X);
1362 if (NewInst) {
1363 if (Instruction *T = dyn_cast<Instruction>(NewInst))