Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp655 unsigned PosOpcode, unsigned NegOpcode,
659 unsigned PosOpcode, unsigned NegOpcode,
8304 unsigned PosOpcode, unsigned NegOpcode, in MatchRotatePosNeg() argument
8316 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
8332 unsigned PosOpcode, unsigned NegOpcode, in MatchFunnelPosNeg() argument
8345 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
8352 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) { in MatchFunnelPosNeg()