Searched refs:parsePointerType (Results 1 – 2 of 2) sorted by relevance
225 static LLVMPointerType parsePointerType(AsmParser &parser) { in parsePointerType() function468 .Case("ptr", [&] { return parsePointerType(parser); }) in dispatchParse()
360 static Type parsePointerType(SPIRVDialect const &dialect, in parsePointerType() function759 return parsePointerType(*this, parser); in parseType()