Searched refs:activeBits (Results 1 – 1 of 1) sorted by relevance
695 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local696 if (activeBits > 0 && activeBits < bits) in LexIdentifier()697 Tmp = Tmp.trunc(activeBits); in LexIdentifier()825 uint32_t activeBits = Tmp.getActiveBits(); in LexDigitOrNegative() local826 if (activeBits > 0 && activeBits < numBits) in LexDigitOrNegative()827 Tmp = Tmp.trunc(activeBits); in LexDigitOrNegative()