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 226 /// getScalarType - If this is a vector type, return the element type,
228 EVT getScalarType() const {
258 return getScalarType().getSizeInBits();
MachineValueType.h 300 /// getScalarType - If this is a vector type, return the element type,
302 MVT getScalarType() const {
509 return getScalarType().getSizeInBits();
  /external/llvm/lib/IR/
Type.cpp 44 /// getScalarType - If this is a vector type, return the element type,
46 Type *Type::getScalarType() const {
133 return getScalarType()->getPrimitiveSizeInBits();
210 return cast<PointerType>(getScalarType())->getAddressSpace();
650 if (!V->getType()->getScalarType()->isIntegerTy(32))

Completed in 281 milliseconds