Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp900 ConstantInt *AddConst; in computeValueKnownInPredecessorsImpl() local
902 match(CmpLHS, m_Add(m_Value(AddLHS), m_ConstantInt(AddConst)))) { in computeValueKnownInPredecessorsImpl()
912 CR = CR.add(AddConst->getValue()); in computeValueKnownInPredecessorsImpl()