Searched defs:isByteSized (Results 1 – 8 of 8) sorted by relevance
142 bool isByteSized() const { in isByteSized() function
140 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
858 bool isByteSized() const { in isByteSized() function
161 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
1017 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
183 bool isByteSized() const { in isByteSized() function
212 bool isByteSized() const { in isByteSized() function
207 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function