Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DOperator.h196 bool noInfs() { return 0 != (Flags & NoInfs); } in noInfs() function
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp899 (FMF.noInfs() || FSub->hasNoInfs())) in SimplifyFAddInst()
937 if (FMF.noNaNs() && FMF.noInfs() && Op0 == Op1) in SimplifyFSubInst()