Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h1370 m_c_NUWAdd(const LHS &L, const RHS &R) { in m_c_NUWAdd() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2115 if (!match(LoopIncrInfo->first, m_c_NUWAdd(m_Specific(PN), m_Value()))) in isRemOfLoopIncrementWithLoopInvariant()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp771 match(LHS, m_c_NUWAdd(m_V, m_Value()))) { in computeKnownBitsFromCmp()