Searched refs:ExposePointerBase (Results 1 – 3 of 3) 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 856 static void ExposePointerBase(const SCEV *&Base, const SCEV *&Rest, in ExposePointerBase() function 871 ExposePointerBase(Base, Rest, SE); in ExposePointerBase() 1507 ExposePointerBase(Base, ExposedRest, SE); in visitAddRecExpr()
|