Searched refs:Negs (Results 1 – 2 of 2) sorted by relevance
433 unsigned Negs = 0; in identifyNodeWithImplicitAdd() local437 Negs |= 1; in identifyNodeWithImplicitAdd()450 Negs |= 2; in identifyNodeWithImplicitAdd()451 Negs ^= 1; in identifyNodeWithImplicitAdd()463 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd()
15355 SDValue Negs = DAG.getNode(AArch64ISD::SUBS, DL, VTs, Zero, N0); in BuildSREMPow2() local15357 SDValue AndNeg = DAG.getNode(ISD::AND, DL, VT, Negs, Pow2MinusOne); in BuildSREMPow2()15359 Negs.getValue(1)); in BuildSREMPow2()15361 Created.push_back(Negs.getNode()); in BuildSREMPow2()