Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp247 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
249 if (SCEVConst == nullptr) { in hasTemporalReuse()
254 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = in populateDependencyMatrix() local
139 if (SCEVConst) { in populateDependencyMatrix()
140 const ConstantInt *CI = SCEVConst->getValue(); in populateDependencyMatrix()