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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 141 EXPECT_FALSE(FAdd->hasNoNaNs());
156 EXPECT_TRUE(FAdd->hasNoNaNs());
163 EXPECT_TRUE(FAdd->hasNoNaNs());
197 EXPECT_TRUE(FDiv->hasNoNaNs());
  /external/llvm/lib/IR/
Instruction.cpp 153 bool Instruction::hasNoNaNs() const {
155 return cast<FPMathOperator>(this)->hasNoNaNs();
AsmWriter.cpp 738 if (FPO->hasNoNaNs())
    [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 232 bool hasNoNaNs() const;
Operator.h 274 bool hasNoNaNs() const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 600 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
615 if (I.hasNoNaNs() && I.hasNoInfs() && I.hasNoSignedZeros()) {
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 730 if (FPMO->hasNoNaNs())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 555 if (FPMO->hasNoNaNs())
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 811 if ((FMF.noNaNs() || FSub->hasNoNaNs()) &&
    [all...]

Completed in 439 milliseconds