HomeSort by relevance Sort by last modified time
    Searched refs:isTypeBool (Results 1 - 6 of 6) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 66 if (isTypeBool())
81 if (isTypeBool())
138 SPIRVType::isTypeBool()const {
220 return isTypeVector() && getVectorComponentType()->isTypeBool();
235 return isTypeBool() || isTypeVectorBool();
SPIRVValue.h 222 assert(this->Type->isTypeBool() && "Invalid type");
SPIRVInstruction.h 642 assert((op1Ty->isTypeBool() || op2Ty->isTypeBool()) &&
814 getCondition()->getType()->isTypeBool());
914 assert((resTy->isTypeBool() || resTy->isTypeInt()) &&
981 assert(conTy->isTypeBool() && "Invalid type");
    [all...]
SPIRVType.h 82 bool isTypeBool() const;
SPIRVModule.cpp 880 if (Ty->isTypeBool()) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVReader.cpp     [all...]

Completed in 417 milliseconds