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.cpp1270 const SCEVConstant *ConstStoreSize = dyn_cast<SCEVConstant>(StoreSizeSCEV); in processLoopStoreOfLoopLoad() local
1273 assert(ConstStoreSize && "store size is expected to be a constant"); in processLoopStoreOfLoopLoad()
1275 int64_t StoreSize = ConstStoreSize->getValue()->getZExtValue(); in processLoopStoreOfLoopLoad()