Home | History | Annotate | Download | only in InstCombine

Lines Matching full:newinst

1078     Value *NewInst = 0;
1085 NewInst = Builder->CreateFMul(Y, Op1);
1086 SimpR = BinaryOperator::CreateFDiv(X, NewInst);
1092 NewInst = Builder->CreateFMul(Op0, Y);
1093 SimpR = BinaryOperator::CreateFDiv(NewInst, X);
1097 if (NewInst) {
1098 if (Instruction *T = dyn_cast<Instruction>(NewInst))