Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:OperandIndex

709       unsigned OperandIndex;
710 if (!OperandStr.getAsInteger(10, OperandIndex)) {
711 if (OperandIndex >= FirstIn)
712 OperandIndex += NumNewOuts;
713 OS << OperandIndex;