Searched refs:MatchInRange (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 8246 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSHL() local 8253 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSHL() 8287 auto MatchInRange = [OpSizeInBits, InnerBitwidth](ConstantSDNode *LHS, in visitSHL() local 8295 if (ISD::matchBinaryPredicate(InnerShiftAmt, N1, MatchInRange, in visitSHL() 8750 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSRL() local 8757 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRL()
|