Go to the source code of this file.
◆ registerSeqPasses()
void registerSeqPasses |
( |
void |
| ) |
|
◆ seqClockTypeGet()
MlirType seqClockTypeGet |
( |
MlirContext |
ctx | ) |
|
◆ seqImmutableTypeGet()
MlirType seqImmutableTypeGet |
( |
MlirType |
innerType | ) |
|
◆ seqImmutableTypeGetInnerType()
MlirType seqImmutableTypeGetInnerType |
( |
MlirType |
type | ) |
|
◆ seqTypeIsAClock()
bool seqTypeIsAClock |
( |
MlirType |
type | ) |
|
If the type is an clock type.
Definition at line 22 of file Seq.cpp.
References unwrap().
◆ seqTypeIsAImmutable()
bool seqTypeIsAImmutable |
( |
MlirType |
type | ) |
|
If the type is an immutable type.
Definition at line 30 of file Seq.cpp.
References unwrap().