Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp159 Value *CanonicalIVInit = &Bounds->getInitialIVValue(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h165 Value &getInitialIVValue() const { return InitialIVValue; } in getInitialIVValue() function