Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp176 bool FoundAnd1; member
180 MatchAndChain(MatchAnds), FoundAnd1(false) {} in MaskOps()
197 MOps.FoundAnd1 = true; in matchAndOrChain()
249 if (!matchAndOrChain(cast<BinaryOperator>(&I), MOps) || !MOps.FoundAnd1) in foldAnyOrAllBitsSet()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
DAggressiveInstCombine.cpp162 bool FoundAnd1; member
166 MatchAndChain(MatchAnds), FoundAnd1(false) {} in MaskOps()
183 MOps.FoundAnd1 = true; in matchAndOrChain()
235 if (!matchAndOrChain(cast<BinaryOperator>(&I), MOps) || !MOps.FoundAnd1) in foldAnyOrAllBitsSet()