Lines Matching defs:PosOpcode
666 unsigned PosOpcode, unsigned NegOpcode,
670 unsigned PosOpcode, unsigned NegOpcode,
8470 // to both (PosOpcode Shifted, Pos) and (NegOpcode Shifted, Neg), with the
8476 unsigned PosOpcode, unsigned NegOpcode,
8488 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted,
8497 // to both (PosOpcode N0, N1, Pos) and (NegOpcode N0, N1, Neg), with the
8504 unsigned PosOpcode, unsigned NegOpcode,
8517 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1,
8522 // so for now just use the PosOpcode case if its legal.
8524 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) {