Home
last modified time | relevance | path

Searched refs:isTypeInt (Results 1 – 6 of 6) 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/spirv-llvm/lib/SPIRV/
DSPIRVUtil.cpp171 if (Ty->isTypeInt()) { in mapSPIRVTypeToOCLType()
DSPIRVReader.cpp2022 assert((EleTy->isTypeInt() && Dim == 1) || in getOCLBuiltinName()