Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12515 APFloat NeutralAF = !Flags.hasNoNaNs() in isNeutralConstant() local
12521 NeutralAF.changeSign(); in isNeutralConstant()
12523 return ConstFP->isExactlyValue(NeutralAF); in isNeutralConstant()
13799 APFloat NeutralAF = !Flags.hasNoNaNs() ? APFloat::getQNaN(Semantics) : in getNeutralElement() local
13803 NeutralAF.changeSign(); in getNeutralElement()
13805 return getConstantFP(NeutralAF, DL, VT); in getNeutralElement()
13811 APFloat NeutralAF = !Flags.hasNoInfs() ? APFloat::getInf(Semantics) in getNeutralElement() local
13814 NeutralAF.changeSign(); in getNeutralElement()
13816 return getConstantFP(NeutralAF, DL, VT); in getNeutralElement()