Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp606 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
610 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
7571 SDValue InnerNeg, bool HasPos, in MatchRotatePosNeg() argument
7584 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
7585 HasPos ? Pos : Neg); in MatchRotatePosNeg()
7599 SDValue InnerNeg, bool HasPos, in MatchFunnelPosNeg() argument
7613 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
7614 HasPos ? Pos : Neg); in MatchFunnelPosNeg()