Searched refs:PredCst (Results 1 – 1 of 1) sorted by relevance
682 Constant *PredCst = LVI->getConstantOnEdge(V, P, BB, CxtI); in computeValueKnownInPredecessorsImpl() local690 if (!PredCst && match(V, m_Cmp(Pred, m_Value(Val), m_Constant(Cst)))) { in computeValueKnownInPredecessorsImpl()693 PredCst = ConstantInt::getBool(V->getContext(), Res); in computeValueKnownInPredecessorsImpl()695 if (Constant *KC = getKnownConstant(PredCst, Preference)) in computeValueKnownInPredecessorsImpl()