Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp425 auto IsValidPredicate = [&](ICmpInst::Predicate Pred) { in findLoopComponents() local
435 if (!Compare || !IsValidPredicate(Compare->getUnsignedPredicate()) || in findLoopComponents()