Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6816 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg() local
6817 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
6818 HasPos ? Pos : Neg); in MatchRotatePosNeg()
6845 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchFunnelPosNeg() local
6846 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
6847 HasPos ? Pos : Neg); in MatchFunnelPosNeg()