Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp9825 SDValue UAddWithOverflow = in expandAVG() local
9828 SDValue Sum = UAddWithOverflow.getValue(0); in expandAVG()
9829 SDValue Overflow = UAddWithOverflow.getValue(1); in expandAVG()