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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp234 const SCEVConstant *SCEVConst = dyn_cast_or_null<SCEVConstant>(Distance);
236 if (SCEVConst == nullptr) {
241 const ConstantInt &CI = *SCEVConst->getValue();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp137 const SCEVConstant *SCEVConst = local
139 if (SCEVConst) {
140 const ConstantInt *CI = SCEVConst->getValue();

Completed in 108 milliseconds