Lines Matching refs:Array
60 case BitCodeAbbrevOp::Array:
81 case BitCodeAbbrevOp::Array:
119 if (Op.getEncoding() != BitCodeAbbrevOp::Array &&
125 if (Op.getEncoding() == BitCodeAbbrevOp::Array) {
126 // Array case. Read the number of elements as a vbr6.
130 assert(i+2 == e && "array op not second to last?");
137 report_fatal_error("Array element type can't be an Array or a Blob");
196 if (CodeOp.getEncoding() == BitCodeAbbrevOp::Array ||
198 report_fatal_error("Abbreviation starts with an Array or a Blob");
209 if (Op.getEncoding() != BitCodeAbbrevOp::Array &&
215 if (Op.getEncoding() == BitCodeAbbrevOp::Array) {
216 // Array case. Read the number of elements as a vbr6.
221 report_fatal_error("Array op not second to last");
225 "Array element type has to be an encoding of a type");
230 report_fatal_error("Array element type can't be an Array or a Blob");