Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolutionDivision.cpp33 struct FindSCEVSize { in sizeOfSCEV() struct
34 int Size = 0; in sizeOfSCEV()
38 bool follow(const SCEV *S) { in sizeOfSCEV()
44 bool isDone() const { return false; } in sizeOfSCEV()