Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Op2

2763         Value *Op1 = nullptr, *Op2 = nullptr;
2767 Op2 = ConstantExpr::getICmp(I.getPredicate(), C, RHSC);
2775 if ((Op1 && Op2) || (LHSI->hasOneUse() && (Op1 || Op2))) {
2779 if (!Op2)
2780 Op2 = Builder->CreateICmp(I.getPredicate(), LHSI->getOperand(2),
2782 return SelectInst::Create(LHSI->getOperand(0), Op1, Op2);