Home
last modified time | relevance | path

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

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