Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1172 SetVector<ValueOffsetPair> *getSCEVValues(const SCEV *S);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1699 SetVector<ScalarEvolution::ValueOffsetPair> *Set = SE.getSCEVValues(S); in FindValueInExprValueMap()
H A DScalarEvolution.cpp3857 ScalarEvolution::getSCEVValues(const SCEV *S) { in getSCEVValues() function in ScalarEvolution
3879 if (SetVector<ValueOffsetPair> *SV = getSCEVValues(S)) in eraseValueFromMap()
3887 if (SetVector<ValueOffsetPair> *SV = getSCEVValues(Stripped)) in eraseValueFromMap()