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