Lines Matching refs:int32_count
1828 int int32_count = use_count[Representation::kInteger32];1829 int non_tagged_count = double_count + int32_count;1840 if (int32_count > 0 && value->IsConvertibleToInteger()) {