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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  470   SDLoc DL(Op);
  471   unsigned Opcode = Op.getOpcode();
  474   if (targetShrinkDemandedConstant(Op, Demanded, TLO))
  484     auto *Op1C = dyn_cast<ConstantSDNode>(Op.getOperand(1));
  494       EVT VT = Op.getValueType();
  496       SDValue NewOp = TLO.DAG.getNode(Opcode, DL, VT, Op.getOperand(0), NewC);
  497       return TLO.CombineTo(Op, NewOp);