Searched refs:activeBits (Results 1 – 2 of 2) sorted by relevance
671 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local672 if (activeBits > 0 && activeBits < bits) in LexIdentifier()673 Tmp = Tmp.trunc(activeBits); in LexIdentifier()795 uint32_t activeBits = Tmp.getActiveBits(); in LexDigitOrNegative() local796 if (activeBits > 0 && activeBits < numBits) in LexDigitOrNegative()797 Tmp = Tmp.trunc(activeBits); in LexDigitOrNegative()
826 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local827 if (activeBits > 0 && activeBits < bits) in LexIdentifier()828 Tmp = Tmp.trunc(activeBits); in LexIdentifier()