Home
last modified time | relevance | path

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

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