Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:HasROTR

4026   bool HasROTR = TLI.isOperationLegalOrCustom(ISD::ROTR, VT);
4027 if (!HasROTL && !HasROTR) return nullptr;