Searched refs:ExponentLoBit (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 2917 SDValue ExponentLoBit = DAG.getConstant(23, IntVT); in expandFP_TO_SINT() local 2928 DAG.getZExtOrTrunc(ExponentLoBit, dl, getShiftAmountTy(IntVT))); in expandFP_TO_SINT() 2943 R = DAG.getSelectCC(dl, Exponent, ExponentLoBit, in expandFP_TO_SINT() 2946 DAG.getNode(ISD::SUB, dl, IntVT, Exponent, ExponentLoBit), in expandFP_TO_SINT() 2950 DAG.getNode(ISD::SUB, dl, IntVT, ExponentLoBit, Exponent), in expandFP_TO_SINT()
|