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?");
223 if (Op.getEncoding() != BitCodeAbbrevOp::Array &&
229 if (Op.getEncoding() == BitCodeAbbrevOp::Array) {
230 // Array case. Read the number of elements as a vbr6.
234 assert(i+2 == e && "array op not second to last?");