Home
last modified time | relevance | path

Searched refs:isTypeBool (Results 1 – 6 of 6) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp66 if (isTypeBool()) in getBitWidth()
81 if (isTypeBool()) in getIntegerBitWidth()
138 SPIRVType::isTypeBool()const { in isTypeBool() function in SPIRV::SPIRVType
220 return isTypeVector() && getVectorComponentType()->isTypeBool(); in isTypeVectorBool()
235 return isTypeBool() || isTypeVectorBool(); in isTypeVectorOrScalarBool()
DSPIRVInstruction.h642 assert((op1Ty->isTypeBool() || op2Ty->isTypeBool()) &&
814 getCondition()->getType()->isTypeBool());
914 assert((resTy->isTypeBool() || resTy->isTypeInt()) &&
981 assert(conTy->isTypeBool() && "Invalid type");
DSPIRVValue.h222 assert(this->Type->isTypeBool() && "Invalid type"); in validate()
DSPIRVType.h82 bool isTypeBool() const;
DSPIRVModule.cpp880 if (Ty->isTypeBool()) { in addConstant()
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1903 if (BT->isTypeBool()) in transOCLBuiltinFromInstPreproc()