Home
last modified time | relevance | path

Searched refs:m_Inf (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5583 bool IsInf = match(V, m_Inf()); in simplifyFPOp()
5647 if (match(Op1, m_Inf())) in simplifyFAddInst()
5728 if (match(Op0, m_Inf())) in simplifyFSubInst()
5732 if (match(Op1, m_Inf())) in simplifyFSubInst()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h634 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1310 return FCmpInst::isUnordered(P) && match(RHS, m_Inf()); in matchUnorderedInfCompare()