Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstruction.cpp187 bool Instruction::hasNoInfs() const { in hasNoInfs() function in Instruction
189 return cast<FPMathOperator>(this)->hasNoInfs(); in hasNoInfs()
DAsmWriter.cpp1103 if (FPO->hasNoInfs()) in WriteOptimizationInfo()
/external/llvm/include/llvm/IR/
DInstruction.h299 bool hasNoInfs() const;
DOperator.h281 bool hasNoInfs() const { in hasNoInfs() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h324 bool hasNoInfs() const;
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h370 bool hasNoInfs() const { return NoInfs; }
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1294 if (FPMO->hasNoInfs()) in getOptimizationFlags()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp817 (FMF.noInfs() || FSub->hasNoInfs())) in SimplifyFAddInst()