Lines Matching defs:NegOpcode
655 unsigned PosOpcode, unsigned NegOpcode,
659 unsigned PosOpcode, unsigned NegOpcode,
8298 // to both (PosOpcode Shifted, Pos) and (NegOpcode Shifted, Neg), with the
8304 unsigned PosOpcode, unsigned NegOpcode,
8316 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted,
8325 // to both (PosOpcode N0, N1, Pos) and (NegOpcode N0, N1, Neg), with the
8332 unsigned PosOpcode, unsigned NegOpcode,
8345 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1,
8351 // TODO: When can we use the NegOpcode case?