Lines Matching refs:HasInteger32Value
3577 if (HasInteger32Value()) return Representation::Integer32();
3588 bool HasInteger32Value() const { return has_int32_value_; }
3590 ASSERT(HasInteger32Value());
4345 (!HConstant::cast(left)->HasInteger32Value() ||
4348 (!HConstant::cast(right)->HasInteger32Value() ||
4895 HConstant::cast(right())->HasInteger32Value()) {