Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2625 bool &InvertedCond) { in detectShiftUntilZeroIdiom() argument
2705 InvertedCond = Pred != ICmpInst::Predicate::ICMP_EQ; in detectShiftUntilZeroIdiom()
2706 if (InvertedCond) { in detectShiftUntilZeroIdiom()
2796 bool InvertedCond; in recognizeShiftUntilZero() local
2798 Start, Val, ExtraOffsetExpr, InvertedCond)) { in recognizeShiftUntilZero()
2896 if (InvertedCond) { in recognizeShiftUntilZero()