Searched refs:isTypeBool (Results 1 – 6 of 6) sorted by relevance
66 if (isTypeBool()) in getBitWidth()81 if (isTypeBool()) in getIntegerBitWidth()138 SPIRVType::isTypeBool()const { in isTypeBool() function in SPIRV::SPIRVType220 return isTypeVector() && getVectorComponentType()->isTypeBool(); in isTypeVectorBool()235 return isTypeBool() || isTypeVectorBool(); in isTypeVectorOrScalarBool()
642 assert((op1Ty->isTypeBool() || op2Ty->isTypeBool()) &&814 getCondition()->getType()->isTypeBool());914 assert((resTy->isTypeBool() || resTy->isTypeInt()) &&981 assert(conTy->isTypeBool() && "Invalid type");
222 assert(this->Type->isTypeBool() && "Invalid type"); in validate()
82 bool isTypeBool() const;
880 if (Ty->isTypeBool()) { in addConstant()
1903 if (BT->isTypeBool()) in transOCLBuiltinFromInstPreproc()