Searched refs:getSignificantBits (Results 1 – 5 of 5) sorted by relevance
420 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() function1459 unsigned getMinSignedBits() const { return getSignificantBits(); } in getMinSignedBits()1481 assert(getSignificantBits() <= 64 && "Too many bits for int64_t"); in getSExtValue()
494 if (Offset.getSignificantBits() >= 64) in findArgParts()
441 Expected = std::max(Expected, N.getSignificantBits()); in TEST()
95 const unsigned ValueBits = Value.getSignificantBits(); in isNegationValuePreserving()
1022 if (C2APIntVal.getSignificantBits() > 64) in reassociationCanBreakAddressingModePattern()1031 if (CombinedValueIntVal.getSignificantBits() > 64) in reassociationCanBreakAddressingModePattern()