Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp3085 bool &InvertedCond) { in detectShiftUntilZeroIdiom() argument
3165 InvertedCond = Pred != ICmpInst::Predicate::ICMP_EQ; in detectShiftUntilZeroIdiom()
3166 if (InvertedCond) { in detectShiftUntilZeroIdiom()
3256 bool InvertedCond; in recognizeShiftUntilZero() local
3258 Start, Val, ExtraOffsetExpr, InvertedCond)) { in recognizeShiftUntilZero()
3354 if (InvertedCond) { in recognizeShiftUntilZero()