| 101 | using const_iterator = std::vector<llvm::Value*>::const_iterator; |
| 102 | |
| 103 | const_iterator begin() const { return multidim().begin(); } |
| 104 | const_iterator end() const { return multidim().end(); } |
| 105 | |
| 106 | bool LinearValidOnShape(const Shape& a) const; |
no outgoing calls