Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp756 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local
757 if (activeBits > 0 && activeBits < bits) in LexIdentifier()
758 Tmp = Tmp.trunc(activeBits); in LexIdentifier()
886 uint32_t activeBits = Tmp.getActiveBits(); in LexDigitOrNegative() local
887 if (activeBits > 0 && activeBits < numBits) in LexDigitOrNegative()
888 Tmp = Tmp.trunc(activeBits); in LexDigitOrNegative()