Searched refs:ANC (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DDivisionByConstantInfo.cpp33 APInt ANC = T - 1 - T.urem(AD); // absolute value of NC local
37 APInt::udivrem(SignedMin, ANC, Q1, R1);
44 if (R1.uge(ANC)) { // must be unsigned comparison
46 R1 -= ANC;

Completed in 58 milliseconds