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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp992 static bool MatchDiv(Value *E, Value *&Op, APInt &C, bool IsSigned) { function
1042 if (MatchDiv(RemOpV, DivOpV, DivOpC, IsSigned) && X == DivOpV &&

Completed in 50 milliseconds