Searched refs:FPMO (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp597 } else if (const FPMathOperator *FPMO =
599 if (FPMO->hasUnsafeAlgebra())
601 if (FPMO->hasNoNaNs())
603 if (FPMO->hasNoInfs())
605 if (FPMO->hasNoSignedZeros())
607 if (FPMO->hasAllowReciprocal())
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp169 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I); local
170 if (!FPMO) {

Completed in 193 milliseconds