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.h209 /// getScalarType - If this is a vector type, return the element type,
211 EVT getScalarType() const { function in struct:llvm::EVT
241 return getScalarType().getSizeInBits();
H A DMachineValueType.h258 /// getScalarType - If this is a vector type, return the element type,
260 MVT getScalarType() const { function in class:llvm::MVT
433 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
136 return getScalarType()->getPrimitiveSizeInBits();
213 return cast<PointerType>(getScalarType())->getAddressSpace();
646 if (!V->getType()->getScalarType()->isIntegerTy(32))

Completed in 914 milliseconds