reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/IR/Constants.h
  221       return Val.isMaxValue();
lib/Analysis/ScalarEvolution.cpp
 8995         assert(!RA.isMaxValue() && "Should have been caught earlier!");
 9054     if (!getUnsignedRangeMax(RHS).isMaxValue()) {
 9070     } else if (!getUnsignedRangeMax(LHS).isMaxValue()) {
lib/IR/ConstantRange.cpp
   53   assert((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) &&
  110     if (UMin.isMaxValue())
  305   return Lower == Upper && Lower.isMaxValue();
lib/Target/X86/X86ISelLowering.cpp
20560     if ((IsInc && EltC.isMaxValue()) || (!IsInc && EltC.isNullValue()))
lib/Transforms/InstCombine/InstCombineCompares.cpp
 2307     assert(!C.isMaxValue() &&
tools/clang/lib/Sema/SemaChecking.cpp
10572       if (Value.isMaxValue()) return Max;
11176       if (!IntegerValue.isMaxValue()) {
tools/clang/lib/Sema/SemaDeclCXX.cpp
12291                     VK_LValue, OK_Ordinary, Loc, Upper.isMaxValue());
unittests/IR/ConstantRangeTest.cpp
  513           assert(Lower1.isNullValue() && Upper3.isMaxValue());
 1447               NSWForAllValues.getSingleElement()->isMaxValue());
 1459               NUWForAllValues.getSingleElement()->isMaxValue());