Home
last modified time | relevance | path

Searched defs:FindSCEVSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
DScalarEvolution.cpp673 struct FindSCEVSize { in sizeOfSCEV() struct
674 int Size; in sizeOfSCEV()
675 FindSCEVSize() : Size(0) {} in sizeOfSCEV() function
677 bool follow(const SCEV *S) { in sizeOfSCEV()
682 bool isDone() const { in sizeOfSCEV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp829 struct FindSCEVSize { in sizeOfSCEV() struct
830 int Size = 0; in sizeOfSCEV()
834 bool follow(const SCEV *S) { in sizeOfSCEV()
840 bool isDone() const { in sizeOfSCEV()