Home | History | Annotate | Download | only in Core

Lines Matching refs:Min

236   // intersection with the two ranges [Min, Upper] and [Lower, Max],
466 // Special case for Int == Min. This is always false.
468 llvm::APSInt Min = AdjustmentType.getMinValue();
469 if (ComparisonVal == Min)
472 llvm::APSInt Lower = Min-Adjustment;
524 // Special case for Int == Min. This is always feasible.
526 llvm::APSInt Min = AdjustmentType.getMinValue();
527 if (ComparisonVal == Min)
559 llvm::APSInt Min = AdjustmentType.getMinValue();
560 llvm::APSInt Lower = Min-Adjustment;