Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp372 unsigned PosOpcode, unsigned NegOpcode,
3997 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument
4008 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg()
4009 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp448 unsigned PosOpcode, unsigned NegOpcode,
5419 SDValue InnerNeg, unsigned PosOpcode, in MatchRotatePosNeg() argument
5430 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg()
5431 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()