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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1033 Value *RemOpV; local
1036 // Match MulOpC = RemOpV % C1
1037 if (MatchRem(MulOpV, RemOpV, C1, Rem2IsSigned) &&
1041 // Match RemOpV = X / C0
1042 if (MatchDiv(RemOpV, DivOpV, DivOpC, IsSigned) && X == DivOpV &&

Completed in 50 milliseconds