Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.cpp784 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local
785 if (activeBits > 0 && activeBits < bits) in LexIdentifier()
786 Tmp = Tmp.trunc(activeBits); in LexIdentifier()
914 uint32_t activeBits = Tmp.getActiveBits(); in LexDigitOrNegative() local
915 if (activeBits > 0 && activeBits < numBits) in LexDigitOrNegative()
916 Tmp = Tmp.trunc(activeBits); in LexDigitOrNegative()