Home
last modified time | relevance | path

Searched refs:isInterfaceStructPtrType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.h163 bool isInterfaceStructPtrType(Type type) const;
H A DSerializer.cpp302 bool Serializer::isInterfaceStructPtrType(Type type) const { in isInterfaceStructPtrType() function in mlir::spirv::Serializer
496 if (isInterfaceStructPtrType(ptrType)) { in prepareBasicType()