reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
303 return Rs == Ex.Rs && S == Ex.S && Neg == Ex.Neg; 303 return Rs == Ex.Rs && S == Ex.S && Neg == Ex.Neg; 313 return !Neg && Ex.Neg; 313 return !Neg && Ex.Neg; 467 OS << "## " << (P.Ex.Neg ? "- " : "+ "); 1206 ED.Expr.Neg = true; 1210 ED.Expr.Neg = true; 1540 assert(!Ex.Neg && "Cannot subtract a stack slot"); 1552 if (Ex.Neg) { 1564 unsigned NewOpc = Ex.Neg ? Hexagon::S4_subi_asl_ri 1761 assert(Ex.Rs == RegOp && EV == ImmOp && Ex.Neg != IsAddi && 1784 assert(EV == V && Rs == Ex.Rs && IsSub == Ex.Neg && "Initializer mismatch");