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

/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h226 /// getScalarType - If this is a vector type, return the element type,
228 MVT getScalarType() const { function in class:llvm::MVT
611 /// getScalarType - If this is a vector type, return the element type,
613 EVT getScalarType() const { function in struct:llvm::EVT
/external/llvm/lib/VMCore/
H A DType.cpp42 /// getScalarType - If this is a vector type, return the element type,
44 Type *Type::getScalarType() { function in class:Type
153 return getScalarType()->getPrimitiveSizeInBits();

Completed in 89 milliseconds