Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h179 Value &getFinalIVValue() const { return FinalIVValue; } in getFinalIVValue() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp250 if (LatchCmpInst->getOperand(0) == &getFinalIVValue()) in getCanonicalPredicate()