Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6542 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSHL() local
6549 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSHL()
6899 auto MatchInRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSRL() local
6906 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchInRange)) { in visitSRL()