Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2014 auto MatchShiftOrMulXC = [](Value *Op, Value *&V, APInt &C) -> bool { in simplifyIRemMulShl() local
2043 if (MatchShiftOrMulXC(Op0, X, Y) && MatchShiftOrMulXC(Op1, X, Z)) { in simplifyIRemMulShl()