Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Op2

3217 SDValue TargetLowering::BuildExactSDIV(SDValue Op1, SDValue Op2, DebugLoc dl,
3219 ConstantSDNode *C = cast<ConstantSDNode>(Op2);
3237 Op2 = DAG.getConstant(xn, Op1.getValueType());
3238 Op2);