Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/IR/
HDOperator.h195 bool noNaNs() { return 0 != (Flags & NoNaNs); } in noNaNs() function
/trueos/contrib/llvm/lib/Analysis/
HDInstructionSimplify.cpp900 if ((FMF.noNaNs() || FSub->hasNoNaNs()) && in SimplifyFAddInst()
939 if (FMF.noNaNs() && FMF.noInfs() && Op0 == Op1) in SimplifyFSubInst()
966 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZero())) in SimplifyFMulInst()