Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6532 auto MatchOutOfRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSHL() local
6539 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange)) in visitSHL()
6889 auto MatchOutOfRange = [OpSizeInBits](ConstantSDNode *LHS, in visitSRL() local
6896 if (ISD::matchBinaryPredicate(N1, N0.getOperand(1), MatchOutOfRange)) in visitSRL()