Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp982 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local
983 if (activeBits > 0 && activeBits < bits) in LexIdentifier()
984 Tmp = Tmp.trunc(activeBits); in LexIdentifier()