Searched refs:HasPos (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 647 SDValue InnerPos, SDValue InnerNeg, bool HasPos, 651 SDValue InnerPos, SDValue InnerNeg, bool HasPos, 8301 SDValue InnerNeg, bool HasPos, in MatchRotatePosNeg() argument 8314 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg() 8315 HasPos ? Pos : Neg); in MatchRotatePosNeg() 8329 SDValue InnerNeg, bool HasPos, in MatchFunnelPosNeg() argument 8343 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg() 8344 HasPos ? Pos : Neg); in MatchFunnelPosNeg()
|