Searched refs:NegOpcode (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 587 unsigned PosOpcode, unsigned NegOpcode, 591 unsigned PosOpcode, unsigned NegOpcode, 6805 unsigned NegOpcode, const SDLoc &DL) { in MatchRotatePosNeg() argument 6817 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg() 6833 unsigned NegOpcode, const SDLoc &DL) { in MatchFunnelPosNeg() argument 6846 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
|