Searched refs:PosOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 648 unsigned PosOpcode, unsigned NegOpcode, 652 unsigned PosOpcode, unsigned NegOpcode, 8302 unsigned PosOpcode, unsigned NegOpcode, in MatchRotatePosNeg() argument 8314 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg() 8330 unsigned PosOpcode, unsigned NegOpcode, in MatchFunnelPosNeg() argument 8343 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg() 8350 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) { in MatchFunnelPosNeg()
|