Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DOperator.h207 bool noInfs() const { return 0 != (Flags & NoInfs); } in noInfs() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp555 if (Flags.noInfs()) in copyFlagsFromInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp4894 if (FMF.noNaNs() || FMF.noInfs()) in canCreateUndefOrPoison()
H A DInstructionSimplify.cpp4814 if (FMF.noInfs() && (IsInf || IsUndef)) in simplifyFPOp()