Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h2410 bool matchUnaryPredicate(SDValue Op,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp271 bool ISD::matchUnaryPredicate(SDValue Op, in matchUnaryPredicate() function in ISD
3658 if (ISD::matchUnaryPredicate( in isKnownNeverZero()
DDAGCombiner.cpp3170 ISD::matchUnaryPredicate(N1C ? SDValue(N1C, 0) : N1, IsPowerOfTwo)) { in visitSDIVLike()
6329 if (ISD::matchUnaryPredicate(N1, MatchShiftTooBig)) in visitSHL()
6550 if (ISD::matchUnaryPredicate(N1, MatchShiftTooBig)) in visitSRA()
6714 if (ISD::matchUnaryPredicate(N1, MatchShiftTooBig)) in visitSRL()