Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:IndexTy

838       Type *IndexTy = (*I)->getType();
839 if (IndexTy != IntPtrTy && !IndexTy->isVectorTy()) {