Searched defs:isByteSized (Results 1 – 3 of 3) sorted by relevance
161 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
1041 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
210 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function