Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1968 static APFloat FTZPreserveSign(const APFloat &V) { in FTZPreserveSign() function
2496 auto FloatToRound = IsFTZ ? FTZPreserveSign(U) : U; in ConstantFoldScalarCall1()
3019 return ConstantFP::get(Ty, FTZPreserveSign(Op->getValueAPF())); in ConstantFoldIntrinsicCall2()
3112 APFloat A = IsFTZ ? FTZPreserveSign(Op1V) : Op1V; in ConstantFoldIntrinsicCall2()
3113 APFloat B = IsFTZ ? FTZPreserveSign(Op2V) : Op2V; in ConstantFoldIntrinsicCall2()