Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:IndexTy

1357     Type *IndexTy = (*I)->getType();
1358 Type *NewIndexType = IndexTy->isVectorTy() ?
1359 VectorType::get(IntPtrTy, IndexTy->getVectorNumElements()) : IntPtrTy;
1370 if (IndexTy != NewIndexType) {