Home
last modified time | relevance | path

Searched defs:SignedBits (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/Utility/
H A DInstructionUtils.h104 static inline int64_t SignedBits(const uint64_t value, const uint64_t msbit, in SignedBits() function
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DTooSmallLoopVariableCheck.cpp124 unsigned SignedBits = IntExprType->isUnsignedIntegerType() ? 0U : 1U; in calcMagnitudeBits() local