Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp654 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
658 SDValue InnerPos, SDValue InnerNeg, bool HasPos,
8303 SDValue InnerNeg, bool HasPos, in MatchRotatePosNeg() argument
8316 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
8317 HasPos ? Pos : Neg); in MatchRotatePosNeg()
8331 SDValue InnerNeg, bool HasPos, in MatchFunnelPosNeg() argument
8345 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
8346 HasPos ? Pos : Neg); in MatchFunnelPosNeg()