Home
last modified time | relevance | path

Searched refs:isPointerToOpaqueStructType (Results 1 – 5 of 5) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp291 if (isPointerToOpaqueStructType(Args[I]->getType(), in lowerBlockBuiltin()
442 return isPointerToOpaqueStructType( in isOCLClkEventPtrType()
DOCLTypeToSPIRV.cpp296 } else if (isPointerToOpaqueStructType(NewTy)) { in adaptArgumentsByMetadata()
DSPIRVInternal.h572 bool isPointerToOpaqueStructType(llvm::Type* Ty);
573 bool isPointerToOpaqueStructType(llvm::Type* Ty, const std::string &Name);
DSPIRVUtil.cpp245 isPointerToOpaqueStructType(llvm::Type* Ty) { in isPointerToOpaqueStructType() function
254 isPointerToOpaqueStructType(llvm::Type* Ty, const std::string &Name) { in isPointerToOpaqueStructType() function
DSPIRVWriter.cpp510 } else if (isPointerToOpaqueStructType(T)) { in transType()