Lines Matching defs:IsEq
232 ConstraintTy(SmallVector<int64_t, 8> Coefficients, bool IsSigned, bool IsEq,
234 : Coefficients(std::move(Coefficients)), IsSigned(IsSigned), IsEq(IsEq),
245 bool isEq() const { return IsEq; }
257 bool IsEq = false;
654 bool IsEq = false;
671 IsEq = true;
729 IsSigned, IsEq, IsNe);
822 if (IsEq || IsNe) {
828 // >= %b` and `%a <= %b` must hold true. When checking for equality (`IsEq`
831 return IsEq;