Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp2005 Constant *DefaultCst = ConstantInt::getTrue(BB->getContext()); in TryToSimplifyUncondBranchWithICmpInIt() local
2009 std::swap(DefaultCst, NewCst); in TryToSimplifyUncondBranchWithICmpInIt()
2013 ICI->replaceAllUsesWith(DefaultCst); in TryToSimplifyUncondBranchWithICmpInIt()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3208 Constant *DefaultCst = ConstantInt::getTrue(BB->getContext()); in TryToSimplifyUncondBranchWithICmpInIt() local
3212 std::swap(DefaultCst, NewCst); in TryToSimplifyUncondBranchWithICmpInIt()
3216 ICI->replaceAllUsesWith(DefaultCst); in TryToSimplifyUncondBranchWithICmpInIt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3603 Constant *DefaultCst = ConstantInt::getTrue(BB->getContext()); in tryToSimplifyUncondBranchWithICmpInIt() local
3607 std::swap(DefaultCst, NewCst); in tryToSimplifyUncondBranchWithICmpInIt()
3611 ICI->replaceAllUsesWith(DefaultCst); in tryToSimplifyUncondBranchWithICmpInIt()