Home
last modified time | relevance | path

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

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