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 726 } else if (const FPMathOperator *FPMO =
728 if (FPMO->hasUnsafeAlgebra())
730 if (FPMO->hasNoNaNs())
732 if (FPMO->hasNoInfs())
734 if (FPMO->hasNoSignedZeros())
736 if (FPMO->hasAllowReciprocal())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 549 } else if (const FPMathOperator *FPMO =
553 if (FPMO->hasUnsafeAlgebra())
555 if (FPMO->hasNoNaNs())
557 if (FPMO->hasNoInfs())
559 if (FPMO->hasNoSignedZeros())
561 if (FPMO->hasAllowReciprocal())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 171 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I);
172 if (!FPMO) {
    [all...]

Completed in 786 milliseconds