Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateSelect

796         return B.CreateSelect(SI->getCondition(),
1283 Value *Sel = B.CreateSelect(FCmp, Inf, FAbs);
1538 return B.CreateSelect(Cond, V, B.getInt32(0));
1557 return B.CreateSelect(Pos, Op, Neg);