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

  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 550 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) {
553 if (FPMO->hasUnsafeAlgebra())
555 if (FPMO->hasNoNaNs())
557 if (FPMO->hasNoInfs())
559 if (FPMO->hasNoSignedZeros())
561 if (FPMO->hasAllowReciprocal())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 814 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) {
815 if (FPMO->hasUnsafeAlgebra())
817 if (FPMO->hasNoNaNs())
819 if (FPMO->hasNoInfs())
821 if (FPMO->hasNoSignedZeros())
823 if (FPMO->hasAllowReciprocal())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 158 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I);
159 if (!FPMO) {
    [all...]

Completed in 133 milliseconds