Home | History | Annotate | Download | only in src

Lines Matching refs:HasInteger32Value

3297     if (HasInteger32Value()) return Representation::Integer32();
3309 bool HasInteger32Value() const { return has_int32_value_; }
3311 ASSERT(HasInteger32Value());
4503 HConstant::cast(right())->HasInteger32Value()) {