Searched refs:Negs (Results 1 – 2 of 2) sorted by relevance
576 unsigned Negs = 0; in identifyNodeWithImplicitAdd() local579 Negs |= 1; in identifyNodeWithImplicitAdd()582 Negs |= 1; in identifyNodeWithImplicitAdd()587 Negs |= 2; in identifyNodeWithImplicitAdd()588 Negs ^= 1; in identifyNodeWithImplicitAdd()591 Negs |= 2; in identifyNodeWithImplicitAdd()592 Negs ^= 1; in identifyNodeWithImplicitAdd()596 ComplexDeinterleavingRotation Rotation = (ComplexDeinterleavingRotation)Negs; in identifyNodeWithImplicitAdd()
18006 SDValue Negs = DAG.getNode(AArch64ISD::SUBS, DL, VTs, Zero, N0); in BuildSREMPow2() local18008 SDValue AndNeg = DAG.getNode(ISD::AND, DL, VT, Negs, Pow2MinusOne); in BuildSREMPow2()18010 Negs.getValue(1)); in BuildSREMPow2()18012 Created.push_back(Negs.getNode()); in BuildSREMPow2()