Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2434 bool &InvertedCond) { in detectShiftUntilZeroIdiom() argument
2511 InvertedCond = Pred != ICmpInst::Predicate::ICMP_EQ; in detectShiftUntilZeroIdiom()
2512 if (InvertedCond) { in detectShiftUntilZeroIdiom()
2588 bool InvertedCond; in recognizeShiftUntilZero() local
2590 ExtraOffsetExpr, InvertedCond)) { in recognizeShiftUntilZero()
2689 if (InvertedCond) { in recognizeShiftUntilZero()