Searched defs:getScalarSizeInBits (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGenTypes/ | ||
H A D | LowLevelType.h | 267 constexpr unsigned getScalarSizeInBits() const { getScalarSizeInBits() function |
H A D | MachineValueType.h | 335 uint64_t getScalarSizeInBits() const { getScalarSizeInBits() function |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | ValueTypes.h | 370 uint64_t getScalarSizeInBits() const { getScalarSizeInBits() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Type.cpp | 201 unsigned Type::getScalarSizeInBits() const { getScalarSizeInBits() function in Type |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZTargetTransformInfo.cpp | 408 static unsigned getScalarSizeInBits(Type *Ty) { getScalarSizeInBits() function |