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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp184 static bool matchAndOrChain(Value *V, MaskOps &MOps) { function
192 return matchAndOrChain(Op0, MOps);
195 return matchAndOrChain(Op0, MOps) && matchAndOrChain(Op1, MOps);
199 return matchAndOrChain(Op0, MOps) && matchAndOrChain(Op1, MOps);
243 if (!matchAndOrChain(cast<BinaryOperator>(&I), MOps) || !MOps.FoundAnd1)
246 if (!matchAndOrChain(cast<BinaryOperator>(&I)->getOperand(0), MOps))

Completed in 99 milliseconds