Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.cpp806 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local
807 if (activeBits > 0 && activeBits < bits) in LexIdentifier()
808 Tmp = Tmp.trunc(activeBits); in LexIdentifier()