Home
last modified time | relevance | path

Searched defs:getActiveBits (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1472 unsigned getActiveBits() const { return BitWidth - countl_zero(); } getActiveBits() function
[all...]
/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp533 unsigned ConstantRange::getActiveBits() const { getActiveBits() function in ConstantRange
H A DDebugInfoMetadata.cpp1682 std::optional<uint64_t> DIExpression::getActiveBits(DIVariable *Var) { getActiveBits() function in DIExpression
/llvm-project/llvm/unittests/IR/
H A DConstantRangeTest.cpp642 TEST_F(ConstantRangeTest,getActiveBits) TEST_F() argument