Searched refs:PosOpcode (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 372 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/ |
D | DAGCombiner.cpp | 448 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()
|