Home
last modified time | relevance | path

Searched refs:ConstStoreSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1090 const SCEVConstant *ConstStoreSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in processLoopStridedStore() local
1091 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() local
1302 assert(ConstStoreSize && "store size is expected to be a constant"); in processLoopStoreOfLoopLoad()
1304 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); in processLoopStoreOfLoopLoad()