Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2966 SMLoc typesLoc; in parse() local
2983 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() local
3439 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()