Home
last modified time | relevance | path

Searched refs:HasPos (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp590 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
594 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
7403 SDValue InnerNeg, bool HasPos, in MatchRotatePosNeg() argument
7416 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
7417 HasPos ? Pos : Neg); in MatchRotatePosNeg()
7431 SDValue InnerNeg, bool HasPos, in MatchFunnelPosNeg() argument
7445 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
7446 HasPos ? Pos : Neg); in MatchFunnelPosNeg()