Searched refs:MatchInRange (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 9199 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSHL() local 9206 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSHL() 9240 auto MatchInRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL() local 9248 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange, in visitSHL() 9774 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSRL() local 9781 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRL()
|