Searched refs:ArithOp (Results 1 – 2 of 2) sorted by relevance
14671 SDValue ArithOp = Op; in EmitTest() local14684 ArithOp = Arith; in EmitTest()14692 switch (ArithOp.getOpcode()) { in EmitTest()14712 dyn_cast<ConstantSDNode>(ArithOp.getNode()->getOperand(1))) { in EmitTest()14744 APInt Mask = ArithOp.getOpcode() == ISD::SRL in EmitTest()14758 SDValue Op0 = ArithOp->getOperand(0); in EmitTest()14759 SDValue Op1 = ArithOp->getOperand(1); in EmitTest()14760 EVT VT = ArithOp.getValueType(); in EmitTest()14781 switch (ArithOp.getOpcode()) { in EmitTest()
17735 SDValue ArithOp = Op; in EmitTest() local17748 ArithOp = Arith; in EmitTest()17762 switch (ArithOp.getOpcode()) { in EmitTest()17776 if (auto *C = dyn_cast<ConstantSDNode>(ArithOp.getOperand(1))) { in EmitTest()17812 APInt Mask = ArithOp.getOpcode() == ISD::SRL in EmitTest()17827 SDValue Op0 = ArithOp->getOperand(0); in EmitTest()17828 SDValue Op1 = ArithOp->getOperand(1); in EmitTest()17829 EVT VT = ArithOp.getValueType(); in EmitTest()17892 switch (ArithOp.getOpcode()) { in EmitTest()