Searched refs:PosOpcode (Results 1 – 1 of 1) sorted by relevance
465 unsigned PosOpcode, unsigned NegOpcode,5577 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument5588 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg()5589 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()