Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateSelect

778         Indx = Builder.CreateSelect(cmpIndx, newIndx, Indx, "sel_shuf_idx");
2574 return Builder.CreateSelect(CondV, LHS, RHS, "cond");