Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DLowLevelTypeImpl.h211 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
DMachineValueType.h1089 bool isByteSized() const { return getSizeInBits().isKnownMultipleOf(8); } in isByteSized() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h216 bool isByteSized() const { in isByteSized() function