Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp840 ConstantInt *AddConst; in ComputeValueKnownInPredecessorsImpl() local
842 match(CmpLHS, m_Add(m_Value(AddLHS), m_ConstantInt(AddConst)))) { in ComputeValueKnownInPredecessorsImpl()
856 CR = CR.add(AddConst->getValue()); in ComputeValueKnownInPredecessorsImpl()