Searched refs:AddConst (Results 1 – 2 of 2) sorted by relevance
814 ConstantInt *AddConst; in computeValueKnownInPredecessorsImpl() local816 match(CmpLHS, m_Add(m_Value(AddLHS), m_ConstantInt(AddConst)))) { in computeValueKnownInPredecessorsImpl()826 CR = CR.add(AddConst->getValue()); in computeValueKnownInPredecessorsImpl()
15121 int64_t AddConst = AddVal.getSExtValue(); in combineShlAddIAddImpl() local15126 DAG.getSignedConstant(AddConst, DL, VT)); in combineShlAddIAddImpl()