Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dhydrogen-representation-changes.cc27 bool is_truncating_to_int = use_value->CheckFlag(HValue::kTruncatingToInt32); in InsertRepresentationChangeForUse() local
33 if (is_truncating_to_int && to.IsInteger32()) { in InsertRepresentationChangeForUse()
43 HChange(value, to, is_truncating_to_smi, is_truncating_to_int, in InsertRepresentationChangeForUse()