Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp238 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance); in hasTemporalReuse() local
240 if (SCEVConst == nullptr) { in hasTemporalReuse()
245 const ConstantInt &CI = *SCEVConst->getValue(); in hasTemporalReuse()
/netbsd-src/external/apache2/llvm/dist/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()