Searched refs:right_const (Results 1 – 1 of 1) sorted by relevance
10645 HConstant* right_const = HConstant::cast(right); in CanBeZero() local10646 if (right_const->HasInteger32Value() && in CanBeZero()10647 (right_const->Integer32Value() & 0x1f) != 0) { in CanBeZero()