Searched refs:NegOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 589 unsigned PosOpcode, unsigned NegOpcode, 593 unsigned PosOpcode, unsigned NegOpcode, 6835 unsigned NegOpcode, const SDLoc &DL) { in MatchRotatePosNeg() argument 6847 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg() 6863 unsigned NegOpcode, const SDLoc &DL) { in MatchFunnelPosNeg() argument 6876 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
|