Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp591 unsigned PosOpcode, unsigned NegOpcode,
595 unsigned PosOpcode, unsigned NegOpcode,
7404 unsigned PosOpcode, unsigned NegOpcode, in MatchRotatePosNeg() argument
7416 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
7432 unsigned PosOpcode, unsigned NegOpcode, in MatchFunnelPosNeg() argument
7445 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
7452 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) { in MatchFunnelPosNeg()