Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp246 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
248 if (SCEVConst == nullptr) { in hasTemporalReuse()
253 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()