Home
last modified time | relevance | path

Searched defs:getScalarSizeInBits (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h163 unsigned getScalarSizeInBits() const { in getScalarSizeInBits() function
H A DMachineValueType.h1014 uint64_t getScalarSizeInBits() const { in getScalarSizeInBits() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h345 uint64_t getScalarSizeInBits() const { in getScalarSizeInBits() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp366 static unsigned getScalarSizeInBits(Type *Ty) { in getScalarSizeInBits() function
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp147 unsigned Type::getScalarSizeInBits() const { in getScalarSizeInBits() function in Type