OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsOverflow
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
ScaledNumber.cpp
109
bool
IsOverflow
= Dividend >> 63;
115
if (
IsOverflow
|| Divisor <= Dividend) {
/external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp
107
bool
IsOverflow
= NewTotal < Total;
108
assert(!(DidOverflow &&
IsOverflow
) && "unexpected repeated overflow");
109
DidOverflow |=
IsOverflow
;
Completed in 168 milliseconds