Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6367 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSHL() local
6374 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSHL()
6589 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSRA() local
6596 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRA()
6740 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSRL() local
6747 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRL()