Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Mag

1435   SDValue Mag = Node->getOperand(0);
1448 EVT FloatVT = Mag.getValueType();
1451 SDValue AbsValue = DAG.getNode(ISD::FABS, DL, FloatVT, Mag);
1458 // Transform Mag value to integer, and clear the sign bit.
1460 getSignAsIntValue(MagAsInt, DL, Mag);