Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTypeSize.h142 bool isByteSized() const { in isByteSized() function
DLowLevelTypeImpl.h140 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
DMachineValueType.h858 bool isByteSized() const { in isByteSized() function
/external/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h161 bool isByteSized() const { return (getSizeInBits() & 7) == 0; } in isByteSized() function
DMachineValueType.h1017 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/external/llvm/include/llvm/CodeGen/
DValueTypes.h183 bool isByteSized() const { in isByteSized() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DValueTypes.h212 bool isByteSized() const { in isByteSized() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h207 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function