Searched refs:typesLoc (Results 1 – 1 of 1) sorted by relevance
2966 SMLoc typesLoc; in parse() local2983 parser.getCurrentLocation(&typesLoc) || parser.parseColonTypeList(types)) in parse()2986 return parser.emitError(typesLoc, "requires two types"); in parse()2990 return parser.emitError(typesLoc, "requires memref or ranked tensor type"); in parse()2993 return parser.emitError(typesLoc, "requires vector type"); in parse()3426 SMLoc typesLoc; in parse() local3439 parser.getCurrentLocation(&typesLoc) || parser.parseColonTypeList(types)) in parse()3442 return parser.emitError(typesLoc, "requires two types"); in parse()3446 return parser.emitError(typesLoc, "requires vector type"); in parse()3449 return parser.emitError(typesLoc, "requires memref or ranked tensor type"); in parse()