Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SelectInst

1144 static bool isSafeSelectToSpeculate(SelectInst *SI, const DataLayout *DL) {
1260 if (SelectInst *SI = dyn_cast<SelectInst>(U)) {
1324 if (SelectInst *SI = dyn_cast<SelectInst>(InstsToRewrite[i])) {
1638 } else if (isa<PHINode>(User) || isa<SelectInst>(User)) {
1693 } else if (isa<PHINode>(UI) || isa<SelectInst>(UI)) {
1954 if (isa<SelectInst>(User) || isa<PHINode>(User)) {