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.cpp614 if (auto *InvertedCmp = dyn_cast<CmpInst>(Inverted)) { in simplifyConditions() local
615 InvertedCmp->setPredicate(InvertedCmp->getInversePredicate()); in simplifyConditions()
616 Cond->replaceAllUsesWith(InvertedCmp); in simplifyConditions()