Searched refs:tryFoldInstWithCtpopWithNot (Results 1 – 5 of 5) sorted by relevance
510 Instruction *tryFoldInstWithCtpopWithNot(Instruction *I);
1686 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitAdd()2451 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitSub()
751 Instruction *InstCombinerImpl::tryFoldInstWithCtpopWithNot(Instruction *I) { in tryFoldInstWithCtpopWithNot() function in InstCombinerImpl
3405 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitOr()
1326 if (Instruction *R = tryFoldInstWithCtpopWithNot(&Cmp)) in foldICmpWithConstant()