Searched refs:ExpLSB (Results 1 – 2 of 2) sorted by relevance
7451 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS() local7453 IntTy, Abs, MIRBuilder.buildConstant(IntTy, ExpLSB)); in lowerISFPCLASS()7454 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
8200 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS() local8201 SDValue ExpLSBV = DAG.getConstant(ExpLSB, DL, IntVT); in expandIS_FPCLASS()8203 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()