Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLLexer.cpp695 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local
696 if (activeBits > 0 && activeBits < bits) in LexIdentifier()
697 Tmp = Tmp.trunc(activeBits); in LexIdentifier()
825 uint32_t activeBits = Tmp.getActiveBits(); in LexDigitOrNegative() local
826 if (activeBits > 0 && activeBits < numBits) in LexDigitOrNegative()
827 Tmp = Tmp.trunc(activeBits); in LexDigitOrNegative()