Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CreateSelect

168     Value *NewSI = Builder->CreateSelect(SI.getCondition(), TI->getOperand(0),
208 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT,
256 Value *NewSel = Builder->CreateSelect(SI.getCondition(), OOp, C);
291 Value *NewSel = Builder->CreateSelect(SI.getCondition(), C, OOp);
741 Value *NewSI = Builder->CreateSelect(
1009 Builder->CreateSelect(CondVal, NewTrueOp,