Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9309 unsigned SignOpc = IsFloor ? ISD::AND : ISD::OR; in expandAVG() local
9354 SDValue Sign = DAG.getNode(SignOpc, dl, VT, LHS, RHS); in expandAVG()