Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3978 bool HasROTR = TLI.isOperationLegalOrCustom(ISD::ROTR, VT); in MatchRotate() local
3979 if (!HasROTL && !HasROTR) return nullptr; in MatchRotate()