MLIR: lib/IR/ValueRange.cpp Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
11
12 using namespace mlir;
13
14
15
16
17
20 }
21
23
24
25
26
27
29 return {begin(), end()};
30 }
31
33
34
35
36
37
39 return {begin(), end()};
40 }
41
43
44
45
46
47
49
TypeRangeRange getTypes() const
Returns the range of types of the values within this range.
TypeRangeRange getType() const
type_range getType() const
type_range getTypes() const
type_range getTypes() const
type_range getType() const
This class provides an abstraction for a range of TypeRange.
ValueTypeRange< ValueRange > type_range
type_range getType() const
type_range getTypes() const
This class implements iteration on the types of a given range of values.
Include the generated interface declarations.