Searched refs:FTZPreserveSign (Results 1 – 1 of 1) sorted by relevance
1968 static APFloat FTZPreserveSign(const APFloat &V) { in FTZPreserveSign() function2496 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()