Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DScalarEvolutionDivision.cpp31 struct FindSCEVSize { in sizeOfSCEV() struct
32 int Size = 0; in sizeOfSCEV()
36 bool follow(const SCEV *S) { in sizeOfSCEV()
42 bool isDone() const { return false; } in sizeOfSCEV()
/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-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp853 struct FindSCEVSize { in sizeOfSCEV() struct
854 int Size = 0; in sizeOfSCEV()
858 bool follow(const SCEV *S) { in sizeOfSCEV()
864 bool isDone() const { in sizeOfSCEV()