Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp366 unsigned PosOpcode, unsigned NegOpcode,
3949 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument
3960 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg()
3961 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()