Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h656 inline cstfp_pred_ty<is_inf> m_Inf() { in m_Inf() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4806 bool IsInf = match(V, m_Inf()); in simplifyFPOp()