Home
last modified time | relevance | path

Searched refs:IsNe (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp233 bool IsNe) in ConstraintTy()
234 : Coefficients(Coefficients), IsSigned(IsSigned), IsEq(IsEq), IsNe(IsNe) { in ConstraintTy()
247 bool isNe() const { return IsNe; } in isNe()
258 bool IsNe = false; member
606 bool IsNe = false; in getConstraint() local
631 IsNe = true; in getConstraint()
680 IsSigned, IsEq, IsNe); in getConstraint()
773 if (IsEq || IsNe) { in isImpliedBy()
796 return IsNe; in isImpliedBy()