Home
last modified time | relevance | path

Searched refs:UseROTL (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7667 bool UseROTL = !LegalOperations || HasROTL; in MatchRotate() local
7668 Res = DAG.getNode(UseROTL ? ISD::ROTL : ISD::ROTR, DL, VT, LHSShiftArg, in MatchRotate()
7669 UseROTL ? LHSShiftAmt : RHSShiftAmt); in MatchRotate()