Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3315 bool HasROTR = TLI.isOperationLegalOrCustom(ISD::ROTR, VT); in MatchRotate() local
3316 if (!HasROTL && !HasROTR) return 0; in MatchRotate()
3417 return DAG.getNode(HasROTR ? ISD::ROTR : ISD::ROTL, DL, VT, LHSShiftArg, in MatchRotate()
3418 HasROTR ? RHSShiftAmt : LHSShiftAmt).getNode(); in MatchRotate()