Home | History | Annotate | Download | only in Utils

Lines Matching refs:Sel

2041     Value *Sel = Builder.CreateSelect(IfCond, TrueVal, FalseVal, "", InsertPt);
2042 PN->replaceAllUsesWith(Sel);
2043 Sel->takeName(PN);