Searched refs:isTypeInt (Results 1 – 6 of 6) 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()
171 if (Ty->isTypeInt()) { in mapSPIRVTypeToOCLType()
2022 assert((EleTy->isTypeInt() && Dim == 1) || in getOCLBuiltinName()