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

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
13863   assert((Inc.getOpcode() != ISD::TargetConstant ||
13864           !cast<ConstantSDNode>(Inc)->isOpaque()) &&
13866   if (Inc.getOpcode() == ISD::TargetConstant) {
13867     ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc);
13868     Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc),
13868     Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc),
13874   return DAG.getNode(Opc, SDLoc(LD), BP.getSimpleValueType(), BP, Inc);