Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateSelect

143     Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
183 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
231 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
266 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
841 Builder->CreateSelect(CondVal, NewTrueOp,