Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:CurOp

1943         unsigned CurOp = InlineAsm::Op_FirstOperand;
1944 Flags = cast<ConstantSDNode>(InOps[CurOp])->getZExtValue();
1946 CurOp += InlineAsm::getNumOperandRegisters(Flags)+1;
1947 Flags = cast<ConstantSDNode>(InOps[CurOp])->getZExtValue();