Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp3122 bool IsFMax = false; in ConstantFoldIntrinsicCall2() local
3133 IsFMax = true; in ConstantFoldIntrinsicCall2()
3136 APFloat Res = IsFMax ? maximum(A, B) : minimum(A, B); in ConstantFoldIntrinsicCall2()