Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9910 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSHL() local
9917 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSHL()
9951 auto MatchInRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL() local
9959 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange, in visitSHL()
10539 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSRL() local
10546 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRL()