Searched refs:ExpLSB (Results 1 – 2 of 2) sorted by relevance
8446 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS() local8448 IntTy, Abs, MIRBuilder.buildConstant(IntTy, ExpLSB)); in lowerISFPCLASS()8449 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
8793 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS() local8794 SDValue ExpLSBV = DAG.getConstant(ExpLSB, DL, IntVT); in expandIS_FPCLASS()8796 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()