Home | History | Annotate | Download | only in ir

Lines Matching refs:rows

24         if (this->columns() == other.columns() && this->rows() == other.rows()) {
49 const Type& Type::toCompound(const Context& context, int columns, int rows) const {
51 if (columns == 1 && rows == 1) {
55 switch (rows) {
84 default: ABORT("unsupported row count (%d)", rows);
87 switch (rows) {
116 default: ABORT("unsupported row count (%d)", rows);
119 switch (rows) {
148 default: ABORT("unsupported row count (%d)", rows);
151 switch (rows) {
159 default: ABORT("unsupported row count (%d)", rows);
162 switch (rows) {
170 default: ABORT("unsupported row count (%d)", rows);
173 switch (rows) {
181 default: ABORT("unsupported row count (%d)", rows);
184 switch (rows) {
192 default: ABORT("unsupported row count (%d)", rows);
195 switch (rows) {
203 default: ABORT("unsupported row count (%d)", rows);