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