Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h1070 m_FNegNSZ(const RHS &X) { in m_FNegNSZ() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5013 if (match(Op0, m_FNegNSZ(m_Specific(Op1))) || in SimplifyFDivInst()
5014 match(Op1, m_FNegNSZ(m_Specific(Op0)))) in SimplifyFDivInst()