Searched refs:ConstStoreSize (Results 1 – 1 of 1) sorted by relevance
1090 const SCEVConstant *ConstStoreSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in processLoopStridedStore() local1091 if (!ConstStoreSize) in processLoopStridedStore()1096 (ConstStoreSize->getValue()->getZExtValue() * 8) / in processLoopStridedStore()1109 CI->getZExtValue() * ConstStoreSize->getValue()->getZExtValue(); in processLoopStridedStore()1299 const SCEVConstant *ConstStoreSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in processLoopStoreOfLoopLoad() local1302 assert(ConstStoreSize && "store size is expected to be a constant"); in processLoopStoreOfLoopLoad()1304 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); in processLoopStoreOfLoopLoad()