Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateSelect

137     Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
177 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
226 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
261 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
822 Builder->CreateSelect(CondVal, NewTrueOp,