Searched refs:HasPos (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6846 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchRotatePosNeg() local 6847 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg() 6848 HasPos ? Pos : Neg); in MatchRotatePosNeg() 6875 bool HasPos = TLI.isOperationLegalOrCustom(PosOpcode, VT); in MatchFunnelPosNeg() local 6876 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg() 6877 HasPos ? Pos : Neg); in MatchFunnelPosNeg()
|