Searched refs:NegOpcode (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 372 unsigned PosOpcode, unsigned NegOpcode, 3998 unsigned NegOpcode, const SDLoc &DL) { in MatchRotatePosNeg() argument 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, 5420 unsigned NegOpcode, const SDLoc &DL) { in MatchRotatePosNeg() argument 5431 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
|