Searched refs:MatchShiftOrMulXC (Results 1 – 1 of 1) sorted by relevance
2268 auto MatchShiftOrMulXC = [](Value *Op, Value *&V, APInt &C, in simplifyIRemMulShl() local2302 if (MatchShiftOrMulXC(Op0, X, Y, Op0PreserveNSW) && in simplifyIRemMulShl()2303 MatchShiftOrMulXC(Op1, X, Z, Op1PreserveNSW)) { in simplifyIRemMulShl()