Home
last modified time | relevance | path

Searched refs:getSignificantBits (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPInt.h420 bool isSignedIntN(unsigned N) const { return getSignificantBits() <= N; } in isSignedIntN()
1089 return (!isSingleWord() && getSignificantBits() > 64) in slt()
1160 return (!isSingleWord() && getSignificantBits() > 64) in sgt()
1454 unsigned getSignificantBits() const { in getSignificantBits() function
1459 unsigned getMinSignedBits() const { return getSignificantBits(); } in getMinSignedBits()
1481 assert(getSignificantBits() <= 64 && "Too many bits for int64_t"); in getSExtValue()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp494 if (Offset.getSignificantBits() >= 64) in findArgParts()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DKnownBitsTest.cpp441 Expected = std::max(Expected, N.getSignificantBits()); in TEST()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp95 const unsigned ValueBits = Value.getSignificantBits(); in isNegationValuePreserving()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1022 if (C2APIntVal.getSignificantBits() > 64) in reassociationCanBreakAddressingModePattern()
1031 if (CombinedValueIntVal.getSignificantBits() > 64) in reassociationCanBreakAddressingModePattern()