Searched refs:PosOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 663 bool HasPos, unsigned PosOpcode, 667 bool HasPos, unsigned PosOpcode, 8768 bool HasPos, unsigned PosOpcode, in MatchRotatePosNeg() argument 8780 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg() 8795 bool HasPos, unsigned PosOpcode, in MatchFunnelPosNeg() argument 8809 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg() 8815 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) { in MatchFunnelPosNeg()
|