Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:I0

442   Instruction *I0 = dyn_cast<Instruction>(I->getOperand(0));
445 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode())
449 if (I0->getOpcode() == Instruction::FMul)
451 else if (I0->getOpcode() != Instruction::FDiv)
454 Value *Opnd0_0 = I0->getOperand(0);
455 Value *Opnd0_1 = I0->getOperand(1);