Searched refs:ValueMask (Results 1 – 3 of 3) sorted by relevance
562 APInt ValueMask(OrigValueBitWidth, 0); in verify() local569 ValueMask ^= PartMapMask; in verify()570 assert((ValueMask & PartMapMask) == PartMapMask && in verify()573 assert(ValueMask.isAllOnes() && "Value is not fully mapped"); in verify()
7342 APInt ValueMask = APInt::getSignedMaxValue(BitSize); // All bits but sign. in lowerISFPCLASS() local7351 auto ValueMaskC = MIRBuilder.buildConstant(IntTy, ValueMask); in lowerISFPCLASS()
8062 APInt ValueMask = APInt::getSignedMaxValue(BitSize); // All bits but sign. in expandIS_FPCLASS() local8073 SDValue ValueMaskV = DAG.getConstant(ValueMask, DL, IntVT); in expandIS_FPCLASS()