Lines Matching refs:Op2

2819     SDValue Op2 = getValue(I.getOperand(1));  in visitFSub()  local
2821 Op2.getValueType(), Op2)); in visitFSub()
2830 SDValue Op2 = getValue(I.getOperand(1)); in visitBinary() local
2845 Op1, Op2, nuw, nsw, exact); in visitBinary()
2851 SDValue Op2 = getValue(I.getOperand(1)); in visitShift() local
2854 DAG.getTargetLoweringInfo().getShiftAmountTy(Op2.getValueType()); in visitShift()
2857 if (!I.getType()->isVectorTy() && Op2.getValueType() != ShiftTy) { in visitShift()
2859 unsigned Op2Size = Op2.getValueType().getSizeInBits(); in visitShift()
2864 Op2 = DAG.getNode(ISD::ZERO_EXTEND, DL, ShiftTy, Op2); in visitShift()
2870 else if (ShiftSize >= Log2_32_Ceil(Op2.getValueType().getSizeInBits())) in visitShift()
2871 Op2 = DAG.getNode(ISD::TRUNCATE, DL, ShiftTy, Op2); in visitShift()
2875 Op2 = DAG.getZExtOrTrunc(Op2, DL, MVT::i32); in visitShift()
2894 SDValue Res = DAG.getNode(Opcode, getCurSDLoc(), Op1.getValueType(), Op1, Op2, in visitShift()
2901 SDValue Op2 = getValue(I.getOperand(1)); in visitSDiv() local
2908 isa<ConstantSDNode>(Op2) && !cast<ConstantSDNode>(Op2)->isNullValue()) in visitSDiv()
2910 .BuildExactSDIV(Op1, Op2, getCurSDLoc(), DAG)); in visitSDiv()
2913 Op1, Op2)); in visitSDiv()
2923 SDValue Op2 = getValue(I.getOperand(1)); in visitICmp() local
2927 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode)); in visitICmp()
2937 SDValue Op2 = getValue(I.getOperand(1)); in visitFCmp() local
2942 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition)); in visitFCmp()
4591 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
4598 SDValue MC = DAG.getMemcpy(getRoot(), sdl, Op1, Op2, Op3, Align, isVol, in visitIntrinsicCall()
4613 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
4620 SDValue MS = DAG.getMemset(getRoot(), sdl, Op1, Op2, Op3, Align, isVol, in visitIntrinsicCall()
4635 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
4642 SDValue MM = DAG.getMemmove(getRoot(), sdl, Op1, Op2, Op3, Align, isVol, in visitIntrinsicCall()
5291 SDValue Op2 = getValue(I.getArgOperand(1)); in visitIntrinsicCall() local
5294 setValue(&I, DAG.getNode(Op, sdl, VTs, Op1, Op2)); in visitIntrinsicCall()