Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLowLevelType.h253 constexpr bool isByteSized() const { in isByteSized() function
H A DValueTypes.h226 bool isByteSized() const { in isByteSized() function
H A DMachineValueType.h375 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function