Searched refs:tryFoldInstWithCtpopWithNot (Results 1 – 5 of 5) sorted by relevance
540 Instruction *tryFoldInstWithCtpopWithNot(Instruction *I);
1837 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitAdd()2622 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitSub()
800 Instruction *InstCombinerImpl::tryFoldInstWithCtpopWithNot(Instruction *I) { in tryFoldInstWithCtpopWithNot() function in InstCombinerImpl
3813 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitOr()
1363 if (Instruction *R = tryFoldInstWithCtpopWithNot(&Cmp)) in foldICmpWithConstant()