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

  /external/llvm/lib/IR/
Instruction.cpp 164 bool Instruction::hasNoInfs() const {
166 return cast<FPMathOperator>(this)->hasNoInfs();
AsmWriter.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instruction.h 275 bool hasNoInfs() const;
Operator.h 281 bool hasNoInfs() const {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 361 bool hasNoInfs() const { return NoInfs; }
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 557 if (FPMO->hasNoInfs())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 819 if (FPMO->hasNoInfs())
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 227 milliseconds