Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp607 unsigned PosOpcode, unsigned NegOpcode,
611 unsigned PosOpcode, unsigned NegOpcode,
7572 unsigned PosOpcode, unsigned NegOpcode, in MatchRotatePosNeg() argument
7584 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, Shifted, in MatchRotatePosNeg()
7600 unsigned PosOpcode, unsigned NegOpcode, in MatchFunnelPosNeg() argument
7613 return DAG.getNode(HasPos ? PosOpcode : NegOpcode, DL, VT, N0, N1, in MatchFunnelPosNeg()
7620 if (PosOpcode == ISD::FSHL && isPowerOf2_32(EltBits)) { in MatchFunnelPosNeg()