Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CurOp

2207         unsigned CurOp = InlineAsm::Op_FirstOperand;
2208 Flags = cast<ConstantSDNode>(InOps[CurOp])->getZExtValue();
2210 CurOp += InlineAsm::getNumOperandRegisters(Flags)+1;
2211 Flags = cast<ConstantSDNode>(InOps[CurOp])->getZExtValue();