OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_truncating_to_int
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/v8/src/
hydrogen-representation-changes.cc
49
bool
is_truncating_to_int
= use_value->CheckFlag(HValue::kTruncatingToInt32);
local
53
if (
is_truncating_to_int
&& to.IsInteger32()) {
63
value, to, is_truncating_to_smi,
is_truncating_to_int
);
Completed in 220 milliseconds