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