Searched refs:InterestingVal (Results 1 – 2 of 2) sorted by relevance
396 ConstantInt *InterestingVal; in ComputeValueKnownInPredecessors() local398 InterestingVal = ConstantInt::getTrue(I->getContext()); in ComputeValueKnownInPredecessors()400 InterestingVal = ConstantInt::getFalse(I->getContext()); in ComputeValueKnownInPredecessors()407 if (LHSVals[i].first == InterestingVal || in ComputeValueKnownInPredecessors()410 Result.back().first = InterestingVal; in ComputeValueKnownInPredecessors()414 if (RHSVals[i].first == InterestingVal || in ComputeValueKnownInPredecessors()420 Result.back().first = InterestingVal; in ComputeValueKnownInPredecessors()
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()