Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp996 APInt DivOpC; in SimplifyAddWithRemainder() local
998 if (MatchDiv(RemOpV, DivOpV, DivOpC, IsSigned) && X == DivOpV && in SimplifyAddWithRemainder()
999 C0 == DivOpC && !MulWillOverflow(C0, C1, IsSigned)) { in SimplifyAddWithRemainder()