Lines Matching defs:OverflowOccurredValue
208 static const unsigned OverflowOccurredValue;
301 if (TopDownPathCount == OverflowOccurredValue ||
302 BottomUpPathCount == OverflowOccurredValue)
309 ((PathCount = Product) == OverflowOccurredValue);
328 const unsigned BBState::OverflowOccurredValue = 0xffffffff;
350 if (TopDownPathCount == OverflowOccurredValue)
358 // TopDownPathCount becomes OverflowOccurredValue even though "true" overflow
360 if (TopDownPathCount == OverflowOccurredValue) {
368 TopDownPathCount = OverflowOccurredValue;
393 if (BottomUpPathCount == OverflowOccurredValue)
401 // BottomUpPathCount becomes OverflowOccurredValue even though "true" overflow
403 if (BottomUpPathCount == OverflowOccurredValue) {
411 BottomUpPathCount = OverflowOccurredValue;
1873 unsigned PathCount = BBState::OverflowOccurredValue;
1876 assert(PathCount != BBState::OverflowOccurredValue &&
1878 "OverflowOccurredValue.");
1904 PathCount = BBState::OverflowOccurredValue;
1907 assert(PathCount != BBState::OverflowOccurredValue &&
1909 "OverflowOccurredValue.");
1945 unsigned PathCount = BBState::OverflowOccurredValue;
1948 assert(PathCount != BBState::OverflowOccurredValue &&
1950 "OverflowOccurredValue.");
1962 PathCount = BBState::OverflowOccurredValue;
1965 assert(PathCount != BBState::OverflowOccurredValue &&
1967 "OverflowOccurredValue.");