Searched refs:tryFoldInstWithCtpopWithNot (Results 1 – 5 of 5) sorted by relevance
521 Instruction *tryFoldInstWithCtpopWithNot(Instruction *I);
1746 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitAdd()2461 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitSub()
771 Instruction *InstCombinerImpl::tryFoldInstWithCtpopWithNot(Instruction *I) { in tryFoldInstWithCtpopWithNot() function in InstCombinerImpl
3565 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitOr()
1327 if (Instruction *R = tryFoldInstWithCtpopWithNot(&Cmp)) in foldICmpWithConstant()