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

  /external/llvm/unittests/IR/
IRBuilderTest.cpp 132 EXPECT_FALSE(FAdd->hasNoNaNs());
147 EXPECT_TRUE(FAdd->hasNoNaNs());
181 EXPECT_TRUE(FDiv->hasNoNaNs());
  /external/llvm/include/llvm/IR/
Instruction.h 214 bool hasNoNaNs() const;
Operator.h 270 bool hasNoNaNs() const {
  /external/llvm/lib/IR/
Instruction.cpp 149 bool Instruction::hasNoNaNs() const {
151 return cast<FPMathOperator>(this)->hasNoNaNs();
AsmWriter.cpp 763 if (FPO->hasNoNaNs())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 601 if (FPMO->hasNoNaNs())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 560 if (FPMO->hasNoNaNs())
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 152 milliseconds