Lines Matching refs:Array
98 case BitCodeAbbrevOp::Array:
118 case BitCodeAbbrevOp::Array:
154 if (Op.getEncoding() != BitCodeAbbrevOp::Array &&
160 if (Op.getEncoding() == BitCodeAbbrevOp::Array) {
161 // Array case. Read the number of elements as a vbr6.
165 assert(i+2 == e && "array op not second to last?");
214 if (Op.getEncoding() != BitCodeAbbrevOp::Array &&
220 if (Op.getEncoding() == BitCodeAbbrevOp::Array) {
221 // Array case. Read the number of elements as a vbr6.
225 assert(i+2 == e && "array op not second to last?");