Searched refs:foldNot (Results 1 – 2 of 2) sorted by relevance
332 Instruction *foldNot(BinaryOperator &I);
3848 Instruction *InstCombinerImpl::foldNot(BinaryOperator &I) { in foldNot() function in InstCombinerImpl4071 if (Instruction *R = foldNot(I)) in visitXor()