Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp396 ConstantInt *InterestingVal; in ComputeValueKnownInPredecessors() local
398 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()
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp480 ConstantInt *InterestingVal; in ComputeValueKnownInPredecessors() local
482 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()