Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:I1

407   Instruction *I1 = dyn_cast<Instruction>(I->getOperand(1));
409 if (!I0 || !I1 || I0->getOpcode() != I1->getOpcode())
420 Value *Opnd1_0 = I1->getOperand(0);
421 Value *Opnd1_1 = I1->getOperand(1);