Searched refs:GEPPtrTy (Results 1 – 1 of 1) sorted by relevance
969 PointerType *GEPPtrTy = cast<PointerType>(ExpandTy); in expandIVInc() local973 GEPPtrTy = PointerType::get(Type::getInt1Ty(SE.getContext()), in expandIVInc()974 GEPPtrTy->getAddressSpace()); in expandIVInc()976 IncV = expandAddToGEP(StepArray, StepArray+1, GEPPtrTy, IntTy, PN); in expandIVInc()