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.cpp966 std::optional<uint64_t> BEInt = BECst->tryZExtValue(); in mayLoopAccessLocation() local
969 if (BEInt && SizeInt) in mayLoopAccessLocation()
970 AccessSize = LocationSize::precise((*BEInt + 1) * *SizeInt); in mayLoopAccessLocation()