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.cpp11936 APFloat NeutralAF = !Flags.hasNoNaNs() in isNeutralConstant() local
11942 NeutralAF.changeSign(); in isNeutralConstant()
11944 return ConstFP->isExactlyValue(NeutralAF); in isNeutralConstant()
13180 APFloat NeutralAF = !Flags.hasNoNaNs() ? APFloat::getQNaN(Semantics) : in getNeutralElement() local
13184 NeutralAF.changeSign(); in getNeutralElement()
13186 return getConstantFP(NeutralAF, DL, VT); in getNeutralElement()
13192 APFloat NeutralAF = !Flags.hasNoInfs() ? APFloat::getInf(Semantics) in getNeutralElement() local
13195 NeutralAF.changeSign(); in getNeutralElement()
13197 return getConstantFP(NeutralAF, DL, VT); in getNeutralElement()