Lines Matching refs:Op
78 const NaClBitCodeAbbrevOp &Op = Abbrev->getOperandInfo(Index);
79 Op.Print(Stream);
80 if (unsigned NumArgs = Op.NumArguments()) {
104 const NaClBitCodeAbbrevOp &Op = OperandList[i];
108 // Op Array(Op) -> Array(Op)
109 assert(!Op.isArrayOp() || i == OperandList.size()-2);
110 while (Op.isArrayOp() && !Abbrev->OperandList.empty() &&
114 Abbrev->OperandList.push_back(Op);
120 // Verify that an array op appears can only appear if it is the
125 const NaClBitCodeAbbrevOp &Op = getOperandInfo(i);
126 if (Op.isArrayOp() && i + 2 != NumOperands)