Home
last modified time | relevance | path

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

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