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

/external/llvm/lib/IR/
H A DType.cpp117 unsigned Type::getPrimitiveSizeInBits() const { function in class:Type
133 /// getPrimitiveSizeInBits value for the element type. Otherwise return the
134 /// getPrimitiveSizeInBits value for this type.
136 return getScalarType()->getPrimitiveSizeInBits();

Completed in 187 milliseconds