Home
last modified time | relevance | path

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

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