Searched refs:isPointerToOpaqueStructType (Results 1 – 5 of 5) sorted by relevance
291 if (isPointerToOpaqueStructType(Args[I]->getType(), in lowerBlockBuiltin()442 return isPointerToOpaqueStructType( in isOCLClkEventPtrType()
296 } else if (isPointerToOpaqueStructType(NewTy)) { in adaptArgumentsByMetadata()
572 bool isPointerToOpaqueStructType(llvm::Type* Ty);573 bool isPointerToOpaqueStructType(llvm::Type* Ty, const std::string &Name);
245 isPointerToOpaqueStructType(llvm::Type* Ty) { in isPointerToOpaqueStructType() function254 isPointerToOpaqueStructType(llvm::Type* Ty, const std::string &Name) { in isPointerToOpaqueStructType() function
510 } else if (isPointerToOpaqueStructType(T)) { in transType()