HomeSort by relevance Sort by last modified time
    Searched refs:hasNoInfs (Results 1 - 8 of 8) 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/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 370 bool hasNoInfs() const { return NoInfs; }
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 558 if (FPMO->hasNoInfs())
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 817 (FMF.noInfs() || FSub->hasNoInfs()))
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 72 milliseconds