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

  /external/llvm/include/llvm/IR/
Instruction.h 299 bool hasNoInfs() const;
Operator.h 281 bool hasNoInfs() const {
  /external/llvm/lib/IR/
Instruction.cpp 187 bool Instruction::hasNoInfs() const {
189 return cast<FPMathOperator>(this)->hasNoInfs();
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Instruction.h 372 bool hasNoInfs() const;
Operator.h 332 bool hasNoInfs() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Instruction.h 324 bool hasNoInfs() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Instruction.cpp 208 bool Instruction::hasNoInfs() const {
210 return cast<FPMathOperator>(this)->hasNoInfs();
AsmWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
IRBuilderTest.cpp 174 EXPECT_FALSE(FAdd->hasNoInfs());
184 EXPECT_TRUE(FAdd->hasNoInfs());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 384 setNoInfs(FPMO.hasNoInfs());
448 bool hasNoInfs() const { return NoInfs; }
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 484 if (getFlags().hasNoInfs())
    [all...]
InstrEmitter.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 370 bool hasNoInfs() const { return NoInfs; }
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 817 (FMF.noInfs() || FSub->hasNoInfs()))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 674 milliseconds