Home
last modified time | relevance | path

Searched defs:IsInf (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGenericFloatingPointPredicateUtils.h182 const bool IsInf = (OrigClass & fcInf) == OrigClass; in fcmpImpliesClass() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp4227 Value *IsInf = Builder.CreateFCmpOEQ( in EmitBuiltinExpr() local
4293 Value *IsInf = in EmitBuiltinExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp463 bool IsInf = Arg.isInf(); in interp__builtin_isinf() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2839 SDValue IsInf = DAG.getSetCC(DL, MVT::i1, AbsY, Inf, ISD::SETEQ); in lowerFREM() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5657 bool IsInf = match(V, m_Inf()); in simplifyFPOp() local