Home
last modified time | relevance | path

Searched defs:isByteSized (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h161 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
H A DMachineValueType.h1041 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h210 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function