Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2492 bool IsFTZ = nvvm::FPToIntegerIntrinsicShouldFTZ(IntrinsicID); in ConstantFoldScalarCall1() local
2496 auto FloatToRound = IsFTZ ? FTZPreserveSign(U) : U; in ConstantFoldScalarCall1()
3108 bool IsFTZ = nvvm::FMinFMaxShouldFTZ(IntrinsicID); in ConstantFoldIntrinsicCall2() local
3112 APFloat A = IsFTZ ? FTZPreserveSign(Op1V) : Op1V; in ConstantFoldIntrinsicCall2()
3113 APFloat B = IsFTZ ? FTZPreserveSign(Op2V) : Op2V; in ConstantFoldIntrinsicCall2()