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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  588   if (Depth >= SelectionDAG::MaxRecursionDepth)
  611               Src, DemandedBits, DemandedElts, DAG, Depth + 1))
  633               Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1))
  652               Src, DemandedSrcBits, DemandedSrcElts, DAG, Depth + 1))
  659     LHSKnown = DAG.computeKnownBits(Op.getOperand(0), DemandedElts, Depth + 1);
  660     RHSKnown = DAG.computeKnownBits(Op.getOperand(1), DemandedElts, Depth + 1);
  672     LHSKnown = DAG.computeKnownBits(Op.getOperand(0), DemandedElts, Depth + 1);
  673     RHSKnown = DAG.computeKnownBits(Op.getOperand(1), DemandedElts, Depth + 1);
  685     LHSKnown = DAG.computeKnownBits(Op.getOperand(0), DemandedElts, Depth + 1);
  686     RHSKnown = DAG.computeKnownBits(Op.getOperand(1), DemandedElts, Depth + 1);
  739               Op, DemandedBits, DemandedElts, DAG, Depth))