Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1289 Value *NonConstIndex = nullptr; in isNoWrapAddRec() local
1292 if (NonConstIndex) in isNoWrapAddRec()
1294 NonConstIndex = Index; in isNoWrapAddRec()
1296 if (!NonConstIndex) in isNoWrapAddRec()
1302 if (auto *OBO = dyn_cast<OverflowingBinaryOperator>(NonConstIndex)) in isNoWrapAddRec()