Searched refs:activeBits (Results 1 – 1 of 1) sorted by relevance
992 uint32_t activeBits = Tmp.getActiveBits(); in LexIdentifier() local993 if (activeBits > 0 && activeBits < bits) in LexIdentifier()994 Tmp = Tmp.trunc(activeBits); in LexIdentifier()