Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2081 bool HasNWAdd = IsSigned ? match(Arg0, m_NSWAdd(m_Value(X), m_APInt(C0))) in visitCallInst() local
2083 if (HasNWAdd && match(Arg1, m_APInt(C1))) { in visitCallInst()