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 680 } else if (const FPMathOperator *FPMO =
682 if (FPMO->hasUnsafeAlgebra())
684 if (FPMO->hasNoNaNs())
686 if (FPMO->hasNoInfs())
688 if (FPMO->hasNoSignedZeros())
690 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 39 milliseconds