Home
last modified time | relevance | path

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

/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp703 ConstantInt *InterestingVal; in ComputeValueKnownInPredecessorsImpl() local
705 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()