Searched defs:SignBitMask (Results 1 – 7 of 7) sorted by relevance
22 static constexpr uint8_t SignBitMask = 0x80; member in __anond9b4bd870111::PPCXCOFFObjectWriter
110 static constexpr Unsigned SignBitMask = Unsigned(1) << (Bits - 1); // 00100000 member
2574 const int SignBitMask = 0x80000000; in LowerFROUND32() local
820 APInt &SignBitMask) -> bool { in foldSignedTruncationCheck()
2421 const SDValue SignBitMask = DAG.getConstant(UINT32_C(1) << 31, SL, MVT::i32); in LowerFTRUNC() local
2531 const auto SignBitMask = B.buildConstant(S32, UINT32_C(1) << 31); in legalizeIntrinsicTrunc() local
7311 auto SignBitMask = MIRBuilder.buildConstant( in lowerFCopySign() local