Home
last modified time | relevance | path

Searched defs:SignBitMask (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCXCOFFObjectWriter.cpp22 static constexpr uint8_t SignBitMask = 0x80; member in __anond9b4bd870111::PPCXCOFFObjectWriter
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitfields.h110 static constexpr Unsigned SignBitMask = Unsigned(1) << (Bits - 1); // 00100000 member
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2574 const int SignBitMask = 0x80000000; in LowerFROUND32() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp820 APInt &SignBitMask) -> bool { in foldSignedTruncationCheck()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp2421 const SDValue SignBitMask = DAG.getConstant(UINT32_C(1) << 31, SL, MVT::i32); in LowerFTRUNC() local
H A DAMDGPULegalizerInfo.cpp2531 const auto SignBitMask = B.buildConstant(S32, UINT32_C(1) << 31); in legalizeIntrinsicTrunc() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp7311 auto SignBitMask = MIRBuilder.buildConstant( in lowerFCopySign() local