Home
last modified time | relevance | path

Searched refs:is_truncating_to_int (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen-representation-changes.cc26 bool is_truncating_to_int = use_value->CheckFlag(HValue::kTruncatingToInt32); in InsertRepresentationChangeForUse() local
30 if (is_truncating_to_int && to.IsInteger32()) { in InsertRepresentationChangeForUse()
40 value, to, is_truncating_to_smi, is_truncating_to_int); in InsertRepresentationChangeForUse()