Lines Matching defs:IntIdxTy
716 Type *IntIdxTy = DL->getIndexType(StorePtr->getType());
717 const SCEV *StoreSizeSCEV = SE->getConstant(IntIdxTy, StoreSize);
1029 Type *IntIdxTy = DL->getIndexType(DestPtr->getType());
1035 Start = getStartForNegStride(Start, BECount, IntIdxTy, StoreSizeSCEV, SE);
1069 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE);
1077 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator());
1102 Builder.getVoidTy(), Int8PtrTy, Int8PtrTy, IntIdxTy);
1266 Type *IntIdxTy = Builder.getIntNTy(DL->getIndexSizeInBits(StrAS));
1280 getStartForNegStride(StrStart, BECount, IntIdxTy, StoreSizeSCEV, SE);
1337 getStartForNegStride(LdStart, BECount, IntIdxTy, StoreSizeSCEV, SE);
1395 getNumBytes(BECount, IntIdxTy, StoreSizeSCEV, CurLoop, DL, SE);
1398 Expander.expandCodeFor(NumBytesS, IntIdxTy, Preheader->getTerminator());