Searched refs:ValueMask (Results 1 – 4 of 4) sorted by relevance
121 const unsigned ValueMask = NoNaNs | NoInfs | NoSignedZeros; in unionValue() local122 return FastMathFlags(ValueMask & (LHS.Flags | RHS.Flags)); in unionValue()
570 APInt ValueMask(OrigValueBitWidth, 0); in verify() local577 ValueMask ^= PartMapMask; in verify()578 assert((ValueMask & PartMapMask) == PartMapMask && in verify()581 assert(ValueMask.isAllOnes() && "Value is not fully mapped"); in verify()
9269 APInt ValueMask = APInt::getSignedMaxValue(BitSize); // All bits but sign. in lowerISFPCLASS() local9278 auto ValueMaskC = MIRBuilder.buildConstant(IntTy, ValueMask); in lowerISFPCLASS()
9048 APInt ValueMask = APInt::getSignedMaxValue(BitSize); // All bits but sign. in expandIS_FPCLASS() local9059 SDValue ValueMaskV = DAG.getConstant(ValueMask, DL, IntVT); in expandIS_FPCLASS()