Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp951 std::optional<uint64_t> BEInt = BECst->getAPInt().tryZExtValue(); in mayLoopAccessLocation() local
954 if (BEInt && SizeInt) in mayLoopAccessLocation()
955 AccessSize = LocationSize::precise((*BEInt + 1) * *SizeInt); in mayLoopAccessLocation()