Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:xn

2807   APInt t, xn = d;
2808 while ((t = d*xn) != 1)
2809 xn *= APInt(d.getBitWidth(), 2) - t;
2811 SDValue Op2 = DAG.getConstant(xn, dl, Op1.getValueType());