Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp648 if (auto *InvertedCmp = dyn_cast<CmpInst>(Inverted)) { in simplifyConditions() local
649 InvertedCmp->setPredicate(InvertedCmp->getInversePredicate()); in simplifyConditions()
650 PI.Pred->replaceAllUsesWith(InvertedCmp); in simplifyConditions()