Searched defs:GetVBRSize (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp102 static unsigned GetVBRSize(unsigned Val) { function
171 VBRSize = GetVBRSize(ChildSize);
178 } while (GetVBRSize(ChildSize) != VBRSize);
306 VBRSize = GetVBRSize(ChildSize);
313 } while (GetVBRSize(ChildSize) != VBRSize);

Completed in 298 milliseconds