Searched refs:AddConst (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp856 ConstantInt *AddConst; local
858 match(CmpLHS, m_Add(m_Value(AddLHS), m_ConstantInt(AddConst)))) {
872 CR = CR.add(AddConst->getValue());

Completed in 104 milliseconds