Searched refs:ExpLSB (Results 1 – 2 of 2) sorted by relevance
7932 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS() local7934 IntTy, Abs, MIRBuilder.buildConstant(IntTy, ExpLSB)); in lowerISFPCLASS()7935 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
8589 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS() local8590 SDValue ExpLSBV = DAG.getConstant(ExpLSB, DL, IntVT); in expandIS_FPCLASS()8592 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()