Lines Matching defs:Negate
3608 /// Negate==true on this sub-tree)
3677 /// \p Negate is true if we want this sub-tree being negated just by changing
3680 AArch64CC::CondCode &OutCC, bool Negate, SDValue CCOp,
3689 if (Negate)
3755 assert(!Negate);
3760 // Negate the left sub-tree if possible, otherwise negate the result.
3765 NegateAfterAll = !Negate;
3768 assert(!Negate && "Valid conjunction/disjunction tree");
18354 auto Negate = [&](SDValue N) {
18483 return Negate(Add(Shl(N0, ShiftAmt), N0));