Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp755 ConstantInt *InterestingVal; in computeValueKnownInPredecessorsImpl() local
757 InterestingVal = ConstantInt::getTrue(I->getContext()); in computeValueKnownInPredecessorsImpl()
759 InterestingVal = ConstantInt::getFalse(I->getContext()); in computeValueKnownInPredecessorsImpl()
766 if (LHSVal.first == InterestingVal || isa<UndefValue>(LHSVal.first)) { in computeValueKnownInPredecessorsImpl()
767 Result.emplace_back(InterestingVal, LHSVal.second); in computeValueKnownInPredecessorsImpl()
771 if (RHSVal.first == InterestingVal || isa<UndefValue>(RHSVal.first)) { in computeValueKnownInPredecessorsImpl()
775 Result.emplace_back(InterestingVal, RHSVal.second); in computeValueKnownInPredecessorsImpl()