Searched refs:HasInteger32Value (Results 1 – 9 of 9) sorted by relevance
29 if (!constant->HasInteger32Value()) return; in DehoistArrayIndex()
59 if (constant != NULL && constant->HasInteger32Value()) { in Create()
465 return IsConstant() && HConstant::cast(this)->HasInteger32Value(); in IsInteger32Constant()3096 if (c->HasInteger32Value()) { in InferRange()3111 if (c->HasInteger32Value()) { in InferRange()3136 if (c->HasInteger32Value()) { in InferRange()4297 if (c_left->HasInteger32Value() && c_right->HasInteger32Value()) { in New()4418 if (c_string->HasStringValue() && c_index->HasInteger32Value()) { in New()4450 if (operand->HasInteger32Value()) { in SimplifyConstantInputs()
3570 if (HasInteger32Value()) return Representation::Integer32(); in KnownOptimalRepresentation()3581 bool HasInteger32Value() const { return has_int32_value_; } in HasInteger32Value() function3583 DCHECK(HasInteger32Value()); in Integer32Value()
2848 HConstant::cast(capacity)->HasInteger32Value()) { in BuildCopyElements()10122 return c1->HasInteger32Value() && c2->HasInteger32Value() && in ShiftAmountsAllowReplaceByRotate()10165 if (right_const->HasInteger32Value() && in CanBeZero()
1212 DCHECK(constant->HasInteger32Value()); in ToOperand()
554 DCHECK(constant->HasInteger32Value()); in ToOperand()
496 DCHECK(constant->HasInteger32Value()); in ToOperand()
549 DCHECK(constant->HasInteger32Value()); in ToOperand()