Searched refs:HasPos (Results 1 – 1 of 1) sorted by relevance
3849 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg() local3850 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()3851 HasPos ? Pos : Neg).getNode(); in MatchRotatePosNeg()