Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVType.cpp179 SPIRVType::isTypePointer()const { in isTypePointer() function in SPIRV::SPIRVType
DSPIRVValue.h245 Type->isTypePointer() || in validate()
DSPIRVType.h94 bool isTypePointer() const;
DSPIRVModule.cpp793 if (!MemberTy->isTypePointer()) continue; in createForwardPointers()
DSPIRVInstruction.h1435 assert(getValueType(Id)->isTypePointer() && "Invalid type");
/external/spirv-llvm/lib/SPIRV/
DSPIRVReader.cpp986 BT->isTypePointer()) in transCmpInst()
2186 if (ArgTy->isTypePointer()) in transKernelMetadata()