Home
last modified time | relevance | path

Searched refs:VBRSize (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp393 unsigned VBRSize = EmitVBRValue(ChildSize, OS); in EmitMatcher() local
395 OS << "/*->" << CurrentIdx + VBRSize + ChildSize << "*/"; in EmitMatcher()
402 CurrentIdx + VBRSize, OS); in EmitMatcher()
405 CurrentIdx += VBRSize + ChildSize; in EmitMatcher()