Searched refs:InterestingVal (Results 1 – 1 of 1) sorted by relevance
744 ConstantInt *InterestingVal; in computeValueKnownInPredecessorsImpl() local746 InterestingVal = ConstantInt::getTrue(I->getContext()); in computeValueKnownInPredecessorsImpl()748 InterestingVal = ConstantInt::getFalse(I->getContext()); in computeValueKnownInPredecessorsImpl()755 if (LHSVal.first == InterestingVal || isa<UndefValue>(LHSVal.first)) { in computeValueKnownInPredecessorsImpl()756 Result.emplace_back(InterestingVal, LHSVal.second); in computeValueKnownInPredecessorsImpl()760 if (RHSVal.first == InterestingVal || isa<UndefValue>(RHSVal.first)) { in computeValueKnownInPredecessorsImpl()764 Result.emplace_back(InterestingVal, RHSVal.second); in computeValueKnownInPredecessorsImpl()