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