Searched defs:getActiveBits (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/ADT/ | ||
H A D | APInt.h | 1472 unsigned getActiveBits() const { return BitWidth - countl_zero(); } getActiveBits() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | ConstantRange.cpp | 533 unsigned ConstantRange::getActiveBits() const { getActiveBits() function in ConstantRange |
H A D | DebugInfoMetadata.cpp | 1682 std::optional<uint64_t> DIExpression::getActiveBits(DIVariable *Var) { getActiveBits() function in DIExpression |
/llvm-project/llvm/unittests/IR/ | ||
H A D | ConstantRangeTest.cpp | 642 TEST_F(ConstantRangeTest,getActiveBits) TEST_F() argument |