Lines Matching refs:StoreSize
1953 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in isLegalStore() local
1954 if (StoreSize != unsigned(std::abs(Stride))) in isLegalStore()
1983 const SCEV *BECount, unsigned StoreSize, in mayLoopAccessLocation() argument
1995 StoreSize); in mayLoopAccessLocation()
2031 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType()); in processCopyingStore() local
2032 if (Stride != StoreSize) in processCopyingStore()
2068 if (StoreSize != 4 || DL->getTypeSizeInBits(BECountTy) > 32) { in processCopyingStore()
2087 StoreSize, *AA, Ignore1)) { in processCopyingStore()
2091 BECount, StoreSize, *AA, Ignore1)) { in processCopyingStore()
2134 StoreSize, *AA, Ignore2)) in processCopyingStore()
2164 if (StoreSize != 1) in processCopyingStore()
2165 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize), in processCopyingStore()