Finds the minimum unsigned root of the following equation: A * X = B (mod N) where N = 2^BW and BW is the common bit width of A and B. The signedness of A and B isn't important. If the equation does not have a solution, SCEVCouldNotCompute is returned.
source not stored for this graph (policy: none)
no test coverage detected