Searched refs:isTypeInt (Results 1 – 9 of 9) sorted by relevance
68 return isTypeInt()? getIntegerBitWidth() : getFloatBitWidth(); in getBitWidth()174 SPIRVType::isTypeInt(unsigned Bits)const { in isTypeInt() function in SPIRV::SPIRVType225 return isTypeVector() && getVectorComponentType()->isTypeInt(); in isTypeVectorInt()240 return isTypeInt() || isTypeVectorInt(); in isTypeVectorOrScalarInt()272 assert(getValue(Length)->getType()->isTypeInt() && in validate()
92 bool isTypeInt(unsigned Bits = 0) const;145 if (isTypeInt(16)) in getRequiredCapability()147 else if (isTypeInt(64)) in getRequiredCapability()
634 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()) &&
886 if (Ty->isTypeInt()) in addConstant()1226 if (C->getType()->isTypeInt()) in visit()
819 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()
3138 if (isTypeInt(publicType.basicType) || publicType.basicType == EbtDouble) in globalQualifierTypeCheck()3149 if (isTypeInt(publicType.basicType) || in globalQualifierTypeCheck()
500 __inline bool isTypeInt(TBasicType type) in isTypeInt() function
171 if (Ty->isTypeInt()) { in mapSPIRVTypeToOCLType()
2022 assert((EleTy->isTypeInt() && Dim == 1) || in getOCLBuiltinName()