Home
last modified time | relevance | path

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

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