Searched defs:getPrimitiveSizeInBits (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DType.cpp134 unsigned Type::getPrimitiveSizeInBits() const { function in class:Type
150 /// getPrimitiveSizeInBits value for the element type. Otherwise return the
151 /// getPrimitiveSizeInBits value for this type.
153 return getScalarType()->getPrimitiveSizeInBits();

Completed in 153 milliseconds