reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/CodeGen/SelectionDAGNodes.h
 2654   bool matchUnaryPredicate(SDValue Op,

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
 3708   if (!N->getFlags().hasExact() && ISD::matchUnaryPredicate(N1, IsPowerOfTwo)) {
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 4113   if (ISD::matchUnaryPredicate(
 7149   if (ISD::matchUnaryPredicate(Y, isShiftTooBig, true))
lib/CodeGen/SelectionDAG/TargetLowering.cpp
 4595   if (!ISD::matchUnaryPredicate(Op1, BuildSDIVPattern))
 4690   if (!ISD::matchUnaryPredicate(N1, BuildSDIVPattern))
 4808   if (!ISD::matchUnaryPredicate(N1, BuildUDIVPattern))
 5013   if (!ISD::matchUnaryPredicate(D, BuildUREMPattern))
 5216   if (!ISD::matchUnaryPredicate(D, BuildSREMPattern))