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

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 129 SPIRVType::isTypeVoid() const {
SPIRVValue.h 106 assert(!Ty || !Ty->isTypeVoid() || OpCode == OpFunction);
107 if (Ty && (!Ty->isTypeVoid() || OpCode == OpFunction))
SPIRVModule.cpp     [all...]
SPIRVType.h 80 bool isTypeVoid() const;
SPIRVInstruction.h     [all...]

Completed in 176 milliseconds