Lines Matching defs:StoreSize
1947 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
1948 if (StoreSize != unsigned(std::abs(Stride)))
1977 const SCEV *BECount, unsigned StoreSize,
1986 // size to be exactly the size of the memset, which is (BECount+1)*StoreSize
1989 StoreSize);
2024 unsigned StoreSize = DL->getTypeStoreSize(SI->getValueOperand()->getType());
2025 if (Stride != StoreSize)
2061 if (StoreSize != 4 || DL->getTypeSizeInBits(BECountTy) > 32) {
2080 StoreSize, *AA, Ignore1)) {
2084 BECount, StoreSize, *AA, Ignore1)) {
2127 StoreSize, *AA, Ignore2))
2157 if (StoreSize != 1)
2158 NumBytesS = SE->getMulExpr(NumBytesS, SE->getConstant(IntPtrTy, StoreSize),