Searched refs:BECst (Results 1 – 2 of 2) sorted by relevance
963 const APInt *BECst, *ConstSize; in mayLoopAccessLocation() local964 if (match(BECount, m_scev_APInt(BECst)) && in mayLoopAccessLocation()966 std::optional<uint64_t> BEInt = BECst->tryZExtValue(); in mayLoopAccessLocation()
1975 if (const SCEVConstant *BECst = dyn_cast<SCEVConstant>(BECount)) in mayLoopAccessLocation() local1976 AccessSize = LocationSize::precise((BECst->getValue()->getZExtValue() + 1) * in mayLoopAccessLocation()