Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Inc

12555   SDValue Inc = LD->getOperand(2);
12560 assert((Inc.getOpcode() != ISD::TargetConstant ||
12561 !cast<ConstantSDNode>(Inc)->isOpaque()) &&
12563 if (Inc.getOpcode() == ISD::TargetConstant) {
12564 ConstantSDNode *ConstInc = cast<ConstantSDNode>(Inc);
12565 Inc = DAG.getConstant(*ConstInc->getConstantIntValue(), SDLoc(Inc),
12571 return DAG.getNode(Opc, SDLoc(LD), BP.getSimpleValueType(), BP, Inc);
17659 // FIXME: If either is a pre/post inc/dec load,