Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:Con

102   Value *Val = nullptr; Constant *Con = nullptr;
103 if (match(V, m_Add(m_Value(Val), m_Constant(Con)))) {
104 if (Con->getAggregateElement(EltNo)->isNullValue())