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