Searched refs:BECst (Results 1 – 1 of 1) sorted by relevance
224 if (const SCEVConstant *BECst = dyn_cast<SCEVConstant>(BECount)) in runOnCountableLoop() local225 if (BECst->getAPInt() == 0) in runOnCountableLoop()462 if (const SCEVConstant *BECst = dyn_cast<SCEVConstant>(BECount)) in mayLoopAccessLocation() local463 AccessSize = (BECst->getValue()->getZExtValue() + 1) * StoreSize; in mayLoopAccessLocation()