Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1089 APInt DivOpC; in SimplifyAddWithRemainder() local
1091 if (MatchDiv(RemOpV, DivOpV, DivOpC, IsSigned) && X == DivOpV && in SimplifyAddWithRemainder()
1092 C0 == DivOpC && !MulWillOverflow(C0, C1, IsSigned)) { in SimplifyAddWithRemainder()