Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11593 APFloat NeutralAF = !Flags.hasNoNaNs() in isNeutralConstant() local
11599 NeutralAF.changeSign(); in isNeutralConstant()
11601 return ConstFP->isExactlyValue(NeutralAF); in isNeutralConstant()
12850 APFloat NeutralAF = !Flags.hasNoNaNs() ? APFloat::getQNaN(Semantics) : in getNeutralElement() local
12854 NeutralAF.changeSign(); in getNeutralElement()
12856 return getConstantFP(NeutralAF, DL, VT); in getNeutralElement()
12862 APFloat NeutralAF = !Flags.hasNoInfs() ? APFloat::getInf(Semantics) in getNeutralElement() local
12865 NeutralAF.changeSign(); in getNeutralElement()
12867 return getConstantFP(NeutralAF, DL, VT); in getNeutralElement()