Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:OOp

225           Value *OOp = TVI->getOperand(2-OpToFold);
228 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) {
229 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
260 Value *OOp = FVI->getOperand(2-OpToFold);
263 if (!isa<Constant>(OOp) || isSelect01(C, cast<Constant>(OOp))) {
264 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);