Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1434 Value *NonConstIndex = nullptr; in isNoWrapAddRec() local
1437 if (NonConstIndex) in isNoWrapAddRec()
1439 NonConstIndex = Index; in isNoWrapAddRec()
1441 if (!NonConstIndex) in isNoWrapAddRec()
1447 if (auto *OBO = dyn_cast<OverflowingBinaryOperator>(NonConstIndex)) in isNoWrapAddRec()