Searched refs:narrowMaskedBinOp (Results 1 – 2 of 2) sorted by relevance
528 Instruction *narrowMaskedBinOp(BinaryOperator &And);
1361 Instruction *InstCombiner::narrowMaskedBinOp(BinaryOperator &And) { in narrowMaskedBinOp() function in InstCombiner1543 if (Instruction *Z = narrowMaskedBinOp(I)) in visitAnd()