Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp8956 struct SCEVCollectTerms { struct
8959 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) in SCEVCollectTerms() argument
9067 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp10675 struct SCEVCollectTerms { struct
10678 SCEVCollectTerms(SmallVectorImpl<const SCEV *> &T) : Terms(T) {} in SCEVCollectTerms() function
10793 SCEVCollectTerms TermCollector(Terms); in collectParametricTerms()