Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp963 const APInt *BECst, *ConstSize; in mayLoopAccessLocation() local
964 if (match(BECount, m_scev_APInt(BECst)) && in mayLoopAccessLocation()
966 std::optional<uint64_t> BEInt = BECst->tryZExtValue(); in mayLoopAccessLocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1975 if (const SCEVConstant *BECst = dyn_cast<SCEVConstant>(BECount)) in mayLoopAccessLocation() local
1976 AccessSize = LocationSize::precise((BECst->getValue()->getZExtValue() + 1) * in mayLoopAccessLocation()