Home
last modified time | relevance | path

Searched refs:noInfs (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DOperator.h190 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOperator.h201 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2457 cast<Instruction>(Arg0)->getFastMathFlags().noInfs())) { in visitCallInst()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp817 (FMF.noInfs() || FSub->hasNoInfs())) in SimplifyFAddInst()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2623 Flags.setNoInfs(FMF.noInfs()); in visitBinary()