Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h510 Instruction *tryFoldInstWithCtpopWithNot(Instruction *I);
H A DInstCombineAddSub.cpp1686 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitAdd()
2451 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitSub()
H A DInstructionCombining.cpp751 Instruction *InstCombinerImpl::tryFoldInstWithCtpopWithNot(Instruction *I) { in tryFoldInstWithCtpopWithNot() function in InstCombinerImpl
H A DInstCombineAndOrXor.cpp3405 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitOr()
H A DInstCombineCompares.cpp1326 if (Instruction *R = tryFoldInstWithCtpopWithNot(&Cmp)) in foldICmpWithConstant()