HomeSort by relevance Sort by last modified time
    Searched refs:FPMO (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 597 } 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())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 554 } else if (const FPMathOperator *FPMO =
558 if (FPMO->hasUnsafeAlgebra())
560 if (FPMO->hasNoNaNs())
562 if (FPMO->hasNoInfs())
564 if (FPMO->hasNoSignedZeros())
566 if (FPMO->hasAllowReciprocal())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 169 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I);
170 if (!FPMO) {
    [all...]

Completed in 208 milliseconds