Home
last modified time | relevance | path

Searched refs:tryFoldInstWithCtpopWithNot (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h540 Instruction *tryFoldInstWithCtpopWithNot(Instruction *I);
H A DInstCombineAddSub.cpp1837 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitAdd()
2622 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitSub()
H A DInstructionCombining.cpp800 Instruction *InstCombinerImpl::tryFoldInstWithCtpopWithNot(Instruction *I) { in tryFoldInstWithCtpopWithNot() function in InstCombinerImpl
H A DInstCombineAndOrXor.cpp3813 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitOr()
H A DInstCombineCompares.cpp1363 if (Instruction *R = tryFoldInstWithCtpopWithNot(&Cmp)) in foldICmpWithConstant()