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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp970 static bool MatchRem(Value *E, Value *&Op, APInt &C, bool &IsSigned) { function
1030 if (((MatchRem(LHS, X, C0, IsSigned) && MatchMul(RHS, MulOpV, MulOpC)) ||
1031 (MatchRem(RHS, X, C0, IsSigned) && MatchMul(LHS, MulOpV, MulOpC))) &&
1037 if (MatchRem(MulOpV, RemOpV, C1, Rem2IsSigned) &&

Completed in 55 milliseconds