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 742 } else if (const auto *FPMO = dyn_cast<FPMathOperator>(V)) {
743 if (FPMO->hasUnsafeAlgebra())
745 if (FPMO->hasNoNaNs())
747 if (FPMO->hasNoInfs())
749 if (FPMO->hasNoSignedZeros())
751 if (FPMO->hasAllowReciprocal())
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 148 FPMathOperator *FPMO = dyn_cast<FPMathOperator>(&I);
149 if (!FPMO) {
    [all...]

Completed in 352 milliseconds