Searched refs:ExposePointerBase (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 827 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest, in ExposePointerBase() function 843 ExposePointerBase(Base, Rest, SE); in ExposePointerBase() 1205 ExposePointerBase(Base, RestArray[0], SE); in visitAddRecExpr()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 800 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest, in ExposePointerBase() function 815 ExposePointerBase(Base, Rest, SE); in ExposePointerBase() 1439 ExposePointerBase(Base, RestArray[0], SE); in visitAddRecExpr()
|