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

/external/deqp/framework/randomshaders/
H A DrsgVariableType.cpp130 const VariableType& VariableType::getScalarType (Type baseType) function in class:rsg::VariableType
176 throw Exception("VariableType::getScalarType(): unsupported type");
190 return getScalarType(m_baseType);
/external/llvm/include/llvm/CodeGen/
H A DValueTypes.h208 /// getScalarType - If this is a vector type, return the element type,
210 EVT getScalarType() const { function in struct:llvm::EVT
240 return getScalarType().getSizeInBits();
H A DMachineValueType.h274 /// getScalarType - If this is a vector type, return the element type,
276 MVT getScalarType() const { function in class:llvm::MVT
450 return getScalarType().getSizeInBits();
/external/llvm/lib/IR/
H A DType.cpp43 /// getScalarType - If this is a vector type, return the element type,
45 Type *Type::getScalarType() { function in class:Type
51 const Type *Type::getScalarType() const { function in class:Type
140 return getScalarType()->getPrimitiveSizeInBits();
217 return cast<PointerType>(getScalarType())->getAddressSpace();
651 if (!V->getType()->getScalarType()->isIntegerTy(32))

Completed in 155 milliseconds