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