Searched refs:ExpLSB (Results 1 – 2 of 2) sorted by relevance
9392 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in lowerISFPCLASS() local9394 IntTy, Abs, MIRBuilder.buildConstant(IntTy, ExpLSB)); in lowerISFPCLASS()9395 APInt MaxExpMinusOne = ExpMask - ExpLSB; in lowerISFPCLASS()
9198 APInt ExpLSB = ExpMask & ~(ExpMask.shl(1)); in expandIS_FPCLASS() local9199 SDValue ExpLSBV = DAG.getConstant(ExpLSB, DL, IntVT); in expandIS_FPCLASS()9201 APInt ExpLimit = ExpMask - ExpLSB; in expandIS_FPCLASS()