Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp236 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
238 if (SCEVConst == nullptr) { in hasTemporalReuse()
243 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp140 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
142 if (SCEVConst) { in populateDependencyMatrix()
143 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()