Home
last modified time | relevance | path

Searched defs:TopBit (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dhexfloat.h27 const unsigned long long TopBit = 1ull << (Digits - 1); in CountLeadingZeros() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp595 constexpr uint32_t TopBit = ~(~uint32_t{0} >> 1); in encodeFloat() local
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp1827 uint64_t TopBit = uint64_t(1) << 31; in getIPMConversion() local
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4485 auto TopBit = APInt::getOneBitSet(NVT.getSizeInBits(), in PromoteNode() local
H A DLegalizeIntegerTypes.cpp625 auto TopBit = APInt::getOneBitSet(NVT.getScalarSizeInBits(), in PromoteIntRes_CTTZ() local
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2120 auto TopBit = in widenScalar() local