Searched refs:is_truncating_to_smi (Results 1 – 2 of 2) sorted by relevance
26 bool is_truncating_to_smi = use_value->CheckFlag(HValue::kTruncatingToSmi); in InsertRepresentationChangeForUse() local43 HChange(value, to, is_truncating_to_smi, is_truncating_to_int, in InsertRepresentationChangeForUse()
1462 HChange(HValue* value, Representation to, bool is_truncating_to_smi, in HChange() argument1471 if (is_truncating_to_smi && to.IsSmi()) { in HChange()