Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp754 ConstantInt *InterestingVal; in computeValueKnownInPredecessorsImpl() local
756 InterestingVal = ConstantInt::getTrue(I->getContext()); in computeValueKnownInPredecessorsImpl()
758 InterestingVal = ConstantInt::getFalse(I->getContext()); in computeValueKnownInPredecessorsImpl()
765 if (LHSVal.first == InterestingVal || isa<UndefValue>(LHSVal.first)) { in computeValueKnownInPredecessorsImpl()
766 Result.emplace_back(InterestingVal, LHSVal.second); in computeValueKnownInPredecessorsImpl()
770 if (RHSVal.first == InterestingVal || isa<UndefValue>(RHSVal.first)) { in computeValueKnownInPredecessorsImpl()
774 Result.emplace_back(InterestingVal, RHSVal.second); in computeValueKnownInPredecessorsImpl()