Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CondTy

159       Type *CondTy = SI.getCondition()->getType();
160 if (CondTy->isVectorTy() && (!FIOpndTy->isVectorTy() ||
161 CondTy->getVectorNumElements() != FIOpndTy->getVectorNumElements()))