Lines Matching defs:rhs
141 RangeInfo Union(const RangeInfo &rhs) const in Union()
146 RangeInfo intersection(const RangeInfo &rhs) const in intersection()
151 bool MaybeAddOverflow(const RangeInfo &rhs) const in MaybeAddOverflow()
156 bool MaybeAddUnderflow(const RangeInfo &rhs) const in MaybeAddUnderflow()
161 bool MaybeAddOverflowOrUnderflow(const RangeInfo &rhs) const in MaybeAddOverflowOrUnderflow()
205 int32_t GetMaxMulResult(const RangeInfo &rhs) const in GetMaxMulResult()
211 int32_t GetMinMulResult(const RangeInfo &rhs) const in GetMinMulResult()
217 int32_t TryMul(int32_t lhs, int32_t rhs) const in TryMul()
228 bool MaybeMulOverflowOrUnderflow(const RangeInfo &rhs) const in MaybeMulOverflowOrUnderflow()
233 bool MaybeMulUnderflow(const RangeInfo &rhs) const in MaybeMulUnderflow()
238 bool MaybeMulOverflow(const RangeInfo &rhs) const in MaybeMulOverflow()
243 bool MaybeMulUnderflow(int32_t lhs, int32_t rhs) const in MaybeMulUnderflow()
248 bool MaybeMulOverflow(int32_t lhs, int32_t rhs) const in MaybeMulOverflow()
253 bool MaybeSubOverflow(const RangeInfo &rhs) const in MaybeSubOverflow()
258 bool MaybeSubUnderflow(const RangeInfo &rhs) const in MaybeSubUnderflow()
263 bool MaybeSubOverflowOrUnderflow(const RangeInfo &rhs) const in MaybeSubOverflowOrUnderflow()
276 bool MaybeShrOverflow(const RangeInfo &rhs) const in MaybeShrOverflow()
284 RangeInfo SHR(const RangeInfo &rhs) const in SHR()
300 RangeInfo ASHR(const RangeInfo &rhs) const in ASHR()