(self, value)
| 487 | ty) or quake.StruqType.isinstance(ty) |
| 488 | |
| 489 | def isFunctionArgument(self, value): |
| 490 | return (BlockArgument.isinstance(value) and |
| 491 | isinstance(value.owner.owner, func.FuncOp)) |
| 492 | |
| 493 | def containsList(self, ty, innerListsOnly=False): |
| 494 | """Returns true if the give type is a vector or contains items that are |
no outgoing calls
no test coverage detected