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