Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9308 unsigned SumOpc = IsFloor ? ISD::ADD : ISD::SUB; in expandAVG() local
9358 return DAG.getNode(SumOpc, dl, VT, Sign, Shift); in expandAVG()