Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Exponent

3025   SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias);
3039 dl, Exponent, ExponentLoBit,
3042 DAG.getNode(ISD::SUB, dl, IntVT, Exponent, ExponentLoBit),
3046 DAG.getNode(ISD::SUB, dl, IntVT, ExponentLoBit, Exponent),
3054 Result = DAG.getSelectCC(dl, Exponent, DAG.getConstant(0, dl, IntVT),