Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:SelectInst

3794     if (!Cur->isCommutative() && !IsAPhi && !isa<SelectInst>(Cur) &&
3814 isa<SelectInst>(Cur)))
3817 isa<SelectInst>(Cur)))
3892 assert((isa<ICmpInst>(I) || isa<FCmpInst>(I) || isa<SelectInst>(I)) &&
3895 SelectInst *Select = 0;
3900 if (!Cmp->hasOneUse() || !(Select = dyn_cast<SelectInst>(*I->use_begin())))
3906 if (!(Select = dyn_cast<SelectInst>(I)))
4533 SelectInst *SI = cast<SelectInst>(I);