Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp2627 bool &InvertedCond) { in detectShiftUntilZeroIdiom() argument
2707 InvertedCond = Pred != ICmpInst::Predicate::ICMP_EQ; in detectShiftUntilZeroIdiom()
2708 if (InvertedCond) { in detectShiftUntilZeroIdiom()
2798 bool InvertedCond; in recognizeShiftUntilZero() local
2800 Start, Val, ExtraOffsetExpr, InvertedCond)) { in recognizeShiftUntilZero()
2898 if (InvertedCond) { in recognizeShiftUntilZero()