Searched refs:FoundAnd1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp170 bool FoundAnd1; member in struct:MaskOps
174 MatchAndChain(MatchAnds), FoundAnd1(false) {}
191 MOps.FoundAnd1 = true;
243 if (!matchAndOrChain(cast<BinaryOperator>(&I), MOps) || !MOps.FoundAnd1)

Completed in 163 milliseconds