[ConstraintElim] Move check-and-replace logic to helper function (NFC).
Move logic to check and replace conditions to a helper function. This isolates the code, allows using early returns, reduces the indentation and simplifies eliminateConstraints.
Loading
Please sign in to comment