Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:I0

441   Instruction *I0 = dyn_cast<Instruction>(I->getOperand(0));
444 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode())
448 if (I0->getOpcode() == Instruction::FMul)
450 else if (I0->getOpcode() != Instruction::FDiv)
453 Value *Opnd0_0 = I0->getOperand(0);
454 Value *Opnd0_1 = I0->getOperand(1);
486 if (I0) Flags &= I->getFastMathFlags();