HomeSort by relevance Sort by last modified time
    Searched defs:getScalarType (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableType.cpp 130 const VariableType& VariableType::getScalarType (Type baseType)
176 throw Exception("VariableType::getScalarType(): unsupported type");
190 return getScalarType(m_baseType);
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 209 /// getScalarType - If this is a vector type, return the element type,
211 EVT getScalarType() const {
241 return getScalarType().getSizeInBits();
MachineValueType.h 258 /// getScalarType - If this is a vector type, return the element type,
260 MVT getScalarType() const {
433 return getScalarType().getSizeInBits();
  /external/llvm/lib/IR/
Type.cpp 43 /// getScalarType - If this is a vector type, return the element type,
45 Type *Type::getScalarType() {
51 const Type *Type::getScalarType() const {
136 return getScalarType()->getPrimitiveSizeInBits();
213 return cast<PointerType>(getScalarType())->getAddressSpace();
646 if (!V->getType()->getScalarType()->isIntegerTy(32))

Completed in 419 milliseconds