Lines Matching refs:HasInteger32Value
459 return IsConstant() && HConstant::cast(this)->HasInteger32Value(); in IsInteger32Constant()
1804 if (HasInteger32Value()) { in InferRange()
2805 bit_field_, HasInteger32Value() && Smi::IsValid(int32_value_)); in HConstant()
2836 } else if (HasInteger32Value()) { in Initialize()
2871 if (HasInteger32Value()) { in ImmortalImmovable()
2922 if (r.IsInteger32() && !HasInteger32Value()) return NULL; in CopyToRepresentation()
2925 if (HasInteger32Value()) { in CopyToRepresentation()
2943 if (HasInteger32Value()) { in CopyToTruncatedInt32()
2972 if (HasInteger32Value()) { in PrintDataTo()
3128 if (c->HasInteger32Value()) { in InferRange()
3143 if (c->HasInteger32Value()) { in InferRange()
3168 if (c->HasInteger32Value()) { in InferRange()
4207 if (c_left->HasInteger32Value() && c_right->HasInteger32Value()) { in New()
4327 if (c_string->HasStringValue() && c_index->HasInteger32Value()) { in New()
4359 if (operand->HasInteger32Value()) { in SimplifyConstantInputs()