Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp850 unsigned NumResultBytes = 0; in EmitMatcher() local
852 NumResultBytes += EmitVBRValue(CM->getResult(i), OS); in EmitMatcher()
862 return 2 + NumResultBytes + NumCoveredBytes; in EmitMatcher()