Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:xn

2634   APInt t, xn = d;
2635 while ((t = d*xn) != 1)
2636 xn *= APInt(d.getBitWidth(), 2) - t;
2638 Op2 = DAG.getConstant(xn, Op1.getValueType());