Searched defs:isByteSized (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGenTypes/ | ||
H A D | LowLevelType.h | 263 constexpr bool isByteSized() const { isByteSized() function |
H A D | MachineValueType.h | 368 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } isByteSized() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ValueTypes.h | 233 bool isByteSized() const { isByteSized() function |