Searched refs:ExpLSB (Results 1 – 1 of 1) sorted by relevance
7818 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS() local7819 SDValue ExpLSBV = DAG.getConstant(ExpLSB, DL, IntVT); in expandIS_FPCLASS()7821 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()