Lines Matching defs:OverflowOccurredValue
207 static const unsigned OverflowOccurredValue;
300 if (TopDownPathCount == OverflowOccurredValue ||
301 BottomUpPathCount == OverflowOccurredValue)
308 ((PathCount = Product) == OverflowOccurredValue);
327 const unsigned BBState::OverflowOccurredValue = 0xffffffff;
349 if (TopDownPathCount == OverflowOccurredValue)
357 // TopDownPathCount becomes OverflowOccurredValue even though "true" overflow
359 if (TopDownPathCount == OverflowOccurredValue) {
367 TopDownPathCount = OverflowOccurredValue;
392 if (BottomUpPathCount == OverflowOccurredValue)
400 // BottomUpPathCount becomes OverflowOccurredValue even though "true" overflow
402 if (BottomUpPathCount == OverflowOccurredValue) {
410 BottomUpPathCount = OverflowOccurredValue;
1864 unsigned PathCount = BBState::OverflowOccurredValue;
1867 assert(PathCount != BBState::OverflowOccurredValue &&
1869 "OverflowOccurredValue.");
1895 PathCount = BBState::OverflowOccurredValue;
1898 assert(PathCount != BBState::OverflowOccurredValue &&
1900 "OverflowOccurredValue.");
1936 unsigned PathCount = BBState::OverflowOccurredValue;
1939 assert(PathCount != BBState::OverflowOccurredValue &&
1941 "OverflowOccurredValue.");
1953 PathCount = BBState::OverflowOccurredValue;
1956 assert(PathCount != BBState::OverflowOccurredValue &&
1958 "OverflowOccurredValue.");