Lines Matching refs:Op2
3661 Value *Op1 = nullptr, *Op2 = nullptr;
3668 Op2 = ConstantExpr::getICmp(I.getPredicate(), C, RHSC);
3669 CI = dyn_cast<ConstantInt>(Op2);
3680 if (Op1 && Op2)
3682 else if (Op1 || Op2) {
3689 // Otherwise Op2 is constant and try replacing select with first
3698 if (!Op2)
3699 Op2 = Builder->CreateICmp(I.getPredicate(), LHSI->getOperand(2),
3701 return SelectInst::Create(LHSI->getOperand(0), Op1, Op2);