Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:IntVal

682         const APInt &IntVal =CFP->getValueAPF().bitcastToAPInt();
683 SDValue Lo = DAG.getConstant(IntVal.trunc(32), MVT::i32);
684 SDValue Hi = DAG.getConstant(IntVal.lshr(32).trunc(32), MVT::i32);