Searched refs:ConstStoreSize (Results 1 – 1 of 1) sorted by relevance
1270 const SCEVConstant *ConstStoreSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in processLoopStoreOfLoopLoad() local1273 assert(ConstStoreSize && "store size is expected to be a constant"); in processLoopStoreOfLoopLoad()1275 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); in processLoopStoreOfLoopLoad()