Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2054 auto isNarrowableBinOpcode = [](BinaryOperator *B) { in visitAnd() local
2067 if (match(Op0, m_OneUse(m_BinOp(BO))) && isNarrowableBinOpcode(BO)) { in visitAnd()