Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h190 bool noNaNs() const { return 0 != (Flags & NoNaNs); } in noNaNs() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp821 if ((FMF.noNaNs() || FSub->hasNoNaNs()) && in SimplifyFAddInst()
860 if (FMF.noNaNs() && FMF.noInfs() && Op0 == Op1) in SimplifyFSubInst()
887 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZero())) in SimplifyFMulInst()
1128 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZero())) in SimplifyFDivInst()
1253 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZero())) in SimplifyFRemInst()