Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp1090 APInt DivOpC; in SimplifyAddWithRemainder() local
1092 if (MatchDiv(RemOpV, DivOpV, DivOpC, IsSigned) && X == DivOpV && in SimplifyAddWithRemainder()
1093 C0 == DivOpC && !MulWillOverflow(C0, C1, IsSigned)) { in SimplifyAddWithRemainder()