Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1151 APInt DivOpC; in SimplifyAddWithRemainder() local
1153 if (MatchDiv(RemOpV, DivOpV, DivOpC, IsSigned) && X == DivOpV && in SimplifyAddWithRemainder()
1154 C0 == DivOpC && !MulWillOverflow(C0, C1, IsSigned)) { in SimplifyAddWithRemainder()