Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ExponentMask

3815   SDValue ExponentMask = DAG.getConstant(0x7F800000, dl, IntVT);
3827 ISD::SRL, dl, IntVT, DAG.getNode(ISD::AND, dl, IntVT, Bits, ExponentMask),