Home
last modified time | relevance | path

Searched refs:isTypeVectorBool (Results 1 – 3 of 3) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp219 SPIRVType::isTypeVectorBool() const { in isTypeVectorBool() function in SPIRV::SPIRVType
235 return isTypeBool() || isTypeVectorBool(); in isTypeVectorOrScalarBool()
DSPIRVType.h100 bool isTypeVectorBool() const;
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp1905 else if (BT->isTypeVectorBool()) in transOCLBuiltinFromInstPreproc()