Searched refs:InterestingVal (Results 1 – 2 of 2) sorted by relevance
480 ConstantInt *InterestingVal; in ComputeValueKnownInPredecessors() local482 InterestingVal = ConstantInt::getTrue(I->getContext()); in ComputeValueKnownInPredecessors()484 InterestingVal = ConstantInt::getFalse(I->getContext()); in ComputeValueKnownInPredecessors()491 if (LHSVal.first == InterestingVal || isa<UndefValue>(LHSVal.first)) { in ComputeValueKnownInPredecessors()492 Result.emplace_back(InterestingVal, LHSVal.second); in ComputeValueKnownInPredecessors()496 if (RHSVal.first == InterestingVal || isa<UndefValue>(RHSVal.first)) { in ComputeValueKnownInPredecessors()500 Result.emplace_back(InterestingVal, RHSVal.second); in ComputeValueKnownInPredecessors()
703 ConstantInt *InterestingVal; in ComputeValueKnownInPredecessorsImpl() local705 InterestingVal = ConstantInt::getTrue(I->getContext()); in ComputeValueKnownInPredecessorsImpl()707 InterestingVal = ConstantInt::getFalse(I->getContext()); in ComputeValueKnownInPredecessorsImpl()714 if (LHSVal.first == InterestingVal || isa<UndefValue>(LHSVal.first)) { in ComputeValueKnownInPredecessorsImpl()715 Result.emplace_back(InterestingVal, LHSVal.second); in ComputeValueKnownInPredecessorsImpl()719 if (RHSVal.first == InterestingVal || isa<UndefValue>(RHSVal.first)) { in ComputeValueKnownInPredecessorsImpl()723 Result.emplace_back(InterestingVal, RHSVal.second); in ComputeValueKnownInPredecessorsImpl()