Home
last modified time | relevance | path

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

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