Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SelectInst

939         return SelectInst::Create(ZI->getOperand(0), AddOne(CI), CI);
1101 if (SelectInst *SI = dyn_cast<SelectInst>(LHS))
1108 SelectInst *SI = dyn_cast<SelectInst>(LHS);
1111 SI = dyn_cast<SelectInst>(RHS);
1123 return SelectInst::Create(SI->getCondition(), N, A);
1127 return SelectInst::Create(SI->getCondition(), A, N);
1194 if (SelectInst *SI = dyn_cast<SelectInst>(LHS))
1266 return SelectInst::Create(C, A, B);
1400 if (SelectInst *SI = dyn_cast<SelectInst>(Op1))
1527 if (SelectInst *SI = dyn_cast<SelectInst>(Op1))