Searched refs:hasNoInfs (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/IR/
H A DInstruction.cpp164 bool Instruction::hasNoInfs() const { function in class:Instruction
166 return cast<FPMathOperator>(this)->hasNoInfs();
H A DAsmWriter.cpp1059 if (FPO->hasNoInfs())
/external/llvm/include/llvm/IR/
H A DInstruction.h275 bool hasNoInfs() const;
H A DOperator.h281 bool hasNoInfs() const { function in class:llvm::FPMathOperator
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h361 bool hasNoInfs() const { return NoInfs; } function in struct:llvm::SDNodeFlags
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp819 if (FPMO->hasNoInfs())
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp821 (FMF.noInfs() || FSub->hasNoInfs()))

Completed in 205 milliseconds