Searched refs:ValueMask (Results 1 – 2 of 2) sorted by relevance
559 APInt ValueMask(OrigValueBitWidth, 0); in verify() local566 ValueMask ^= PartMapMask; in verify()567 assert((ValueMask & PartMapMask) == PartMapMask && in verify()570 assert(ValueMask.isAllOnes() && "Value is not fully mapped"); in verify()
7680 APInt ValueMask = APInt::getSignedMaxValue(BitSize); // All bits but sign. in expandIS_FPCLASS() local7691 SDValue ValueMaskV = DAG.getConstant(ValueMask, DL, IntVT); in expandIS_FPCLASS()