Searched refs:HasROTR (Results 1 – 1 of 1) sorted by relevance
3978 bool HasROTR = TLI.isOperationLegalOrCustom(ISD::ROTR, VT); in MatchRotate() local3979 if (!HasROTL && !HasROTR) return nullptr; in MatchRotate()