Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11255 SDValue AbsWide; in expandRoundInexactToOdd() local
11257 AbsWide = DAG.getNode(ISD::FABS, dl, OperandVT, Op); in expandRoundInexactToOdd()
11262 AbsWide = DAG.getBitcast(OperandVT, ClearedSign); in expandRoundInexactToOdd()
11264 SDValue AbsNarrow = DAG.getFPExtendOrRound(AbsWide, dl, ResultVT); in expandRoundInexactToOdd()
11281 AbsWide.getValueType()); in expandRoundInexactToOdd()
11284 DAG.getSetCC(dl, WideSetCCVT, AbsWide, AbsNarrowAsWide, ISD::SETUEQ); in expandRoundInexactToOdd()
11289 DAG.getSetCC(dl, WideSetCCVT, AbsWide, AbsNarrowAsWide, ISD::SETOGT); in expandRoundInexactToOdd()