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.cpp2268 auto MatchShiftOrMulXC = [](Value *Op, Value *&V, APInt &C, in simplifyIRemMulShl() local
2302 if (MatchShiftOrMulXC(Op0, X, Y, Op0PreserveNSW) && in simplifyIRemMulShl()
2303 MatchShiftOrMulXC(Op1, X, Z, Op1PreserveNSW)) { in simplifyIRemMulShl()