Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:OOp

227           Value *OOp = TVI->getOperand(2-OpToFold);
230 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) {
231 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
262 Value *OOp = FVI->getOperand(2-OpToFold);
265 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) {
266 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);