Home
last modified time | relevance | path

Searched refs:isTypeInt (Results 1 – 9 of 9) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp68 return isTypeInt()? getIntegerBitWidth() : getFloatBitWidth(); in getBitWidth()
174 SPIRVType::isTypeInt(unsigned Bits)const { in isTypeInt() function in SPIRV::SPIRVType
225 return isTypeVector() && getVectorComponentType()->isTypeInt(); in isTypeVectorInt()
240 return isTypeInt() || isTypeVectorInt(); in isTypeVectorOrScalarInt()
272 assert(getValue(Length)->getType()->isTypeInt() && in validate()
DSPIRVType.h92 bool isTypeInt(unsigned Bits = 0) const;
145 if (isTypeInt(16)) in getRequiredCapability()
147 else if (isTypeInt(64)) in getRequiredCapability()
DSPIRVInstruction.h634 assert((op1Ty->isTypeInt() || op2Ty->isTypeFloat()) &&
639 assert((op1Ty->isTypeInt() || op2Ty->isTypeInt()) &&
645 assert((op1Ty->isTypeInt() || op2Ty->isTypeInt()) &&
914 assert((resTy->isTypeBool() || resTy->isTypeInt()) &&
1064 assert((resTy->isTypeInt() || resTy->isTypeFloat()) &&
DSPIRVModule.cpp886 if (Ty->isTypeInt()) in addConstant()
1226 if (C->getType()->isTypeInt()) in visit()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DIntermediate.cpp819 if (isTypeInt(node0->getBasicType()) && isTypeInt(node1->getBasicType())) in addConversion()
1013 if (isTypeInt(type.getBasicType()) && isTypeInt(node->getBasicType())) in addConversion()
1801 } else if (isTypeInt(type0) && isTypeInt(type1) && in getConversionDestinatonType()
3056 if (!isTypeInt(operand->getBasicType())) in promoteUnary()
3064 if (!isTypeInt(operand->getBasicType()) && in promoteUnary()
3249 if (!isTypeInt(left->getBasicType()) && !isTypeInt(right->getBasicType())) in promoteBinary()
DParseHelper.cpp3138 if (isTypeInt(publicType.basicType) || publicType.basicType == EbtDouble) in globalQualifierTypeCheck()
3149 if (isTypeInt(publicType.basicType) || in globalQualifierTypeCheck()
/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h500 __inline bool isTypeInt(TBasicType type) in isTypeInt() function
/external/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp171 if (Ty->isTypeInt()) { in mapSPIRVTypeToOCLType()
DSPIRVReader.cpp2022 assert((EleTy->isTypeInt() && Dim == 1) || in getOCLBuiltinName()