Searched refs:DecrementLoc (Results 1 – 1 of 1) sorted by relevance
4915 SDLoc DecrementLoc(OldDecrement); in trySelectLoopCountIntrinsic() local4917 SDValue DecrementOps[] = {Subtarget->isPPC64() ? getI64Imm(1, DecrementLoc) in trySelectLoopCountIntrinsic()4918 : getI32Imm(1, DecrementLoc)}; in trySelectLoopCountIntrinsic()4921 SDNode *NewDecrement = CurDAG->getMachineNode(DecrementOpcode, DecrementLoc, in trySelectLoopCountIntrinsic()