Searched refs:CanBePositive (Results 1 – 2 of 2) sorted by relevance
1918 if (!a->CanBePositive()) { in InferRange()1952 a->CanBePositive() ? positive_bound : 0); in InferRange()
249 bool CanBePositive() const { return upper_ > 0; } in CanBePositive() function