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

References

lib/Analysis/ValueTracking.cpp
 3989     case ConstantRange::OverflowResult::AlwaysOverflowsHigh:
lib/IR/ConstantRange.cpp
 1377     return OverflowResult::AlwaysOverflowsHigh;
 1398     return OverflowResult::AlwaysOverflowsHigh;
 1444     return OverflowResult::AlwaysOverflowsHigh;
 1470     return OverflowResult::AlwaysOverflowsHigh;
unittests/IR/ConstantRangeTest.cpp
 1979     case ConstantRange::OverflowResult::AlwaysOverflowsHigh: