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

  /external/llvm/include/llvm/IR/
Instruction.h 217 bool hasNoInfs() const;
Operator.h 276 bool hasNoInfs() const {
  /external/llvm/lib/IR/
Instruction.cpp 155 bool Instruction::hasNoInfs() const {
157 return cast<FPMathOperator>(this)->hasNoInfs();
AsmWriter.cpp 765 if (FPO->hasNoInfs())
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 603 if (FPMO->hasNoInfs())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 562 if (FPMO->hasNoInfs())
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]

Completed in 509 milliseconds