Home
last modified time | relevance | path

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

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