| 108 | bool ArrayInfo::isEmpty() const { return (elements() == 0); } |
| 109 | |
| 110 | bool ArrayInfo::isScalar() const { return (elements() == 1); } |
| 111 | |
| 112 | bool ArrayInfo::isRow() const { |
| 113 | return (dims()[0] == 1 && dims()[1] > 1 && dims()[2] == 1 && |
no outgoing calls
no test coverage detected