Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h396 Instruction *narrowMaskedBinOp(BinaryOperator &And);
H A DInstCombineAndOrXor.cpp1965 Instruction *InstCombinerImpl::narrowMaskedBinOp(BinaryOperator &And) { in narrowMaskedBinOp() function in InstCombinerImpl
2679 if (Instruction *Z = narrowMaskedBinOp(I)) in visitAnd()