Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp6326 auto MatchShiftTooBig = [OpSizeInBits](ConstantSDNode *Val) { in visitSHL() local
6329 if (ISD::matchUnaryPredicate(N1, MatchShiftTooBig)) in visitSHL()
6547 auto MatchShiftTooBig = [OpSizeInBits](ConstantSDNode *Val) { in visitSRA() local
6550 if (ISD::matchUnaryPredicate(N1, MatchShiftTooBig)) in visitSRA()
6711 auto MatchShiftTooBig = [OpSizeInBits](ConstantSDNode *Val) { in visitSRL() local
6714 if (ISD::matchUnaryPredicate(N1, MatchShiftTooBig)) in visitSRL()