Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp4915 SDLoc DecrementLoc(OldDecrement); in trySelectLoopCountIntrinsic() local
4917 SDValue DecrementOps[] = {Subtarget->isPPC64() ? getI64Imm(1, DecrementLoc) in trySelectLoopCountIntrinsic()
4918 : getI32Imm(1, DecrementLoc)}; in trySelectLoopCountIntrinsic()
4921 SDNode *NewDecrement = CurDAG->getMachineNode(DecrementOpcode, DecrementLoc, in trySelectLoopCountIntrinsic()