Home
last modified time | relevance | path

Searched refs:OldDecrement (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp4762 SDValue OldDecrement = LHS.getOperand(0); in trySelectLoopCountIntrinsic() local
4763 assert(OldDecrement.hasOneUse() && "loop decrement has more than one use!"); in trySelectLoopCountIntrinsic()
4765 SDLoc DecrementLoc(OldDecrement); in trySelectLoopCountIntrinsic()
4766 SDValue ChainInput = OldDecrement.getOperand(0); in trySelectLoopCountIntrinsic()
4782 ReplaceUses(OldDecrement.getValue(1), ChainInput); in trySelectLoopCountIntrinsic()
4783 CurDAG->RemoveDeadNode(OldDecrement.getNode()); in trySelectLoopCountIntrinsic()