Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2433 auto isNarrowableBinOpcode = [](BinaryOperator *B) { in visitAnd() local
2446 if (match(Op0, m_OneUse(m_BinOp(BO))) && isNarrowableBinOpcode(BO)) { in visitAnd()