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.h521 Instruction *tryFoldInstWithCtpopWithNot(Instruction *I);
H A DInstCombineAddSub.cpp1746 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitAdd()
2461 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitSub()
H A DInstructionCombining.cpp771 Instruction *InstCombinerImpl::tryFoldInstWithCtpopWithNot(Instruction *I) { in tryFoldInstWithCtpopWithNot() function in InstCombinerImpl
H A DInstCombineAndOrXor.cpp3565 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitOr()
H A DInstCombineCompares.cpp1327 if (Instruction *R = tryFoldInstWithCtpopWithNot(&Cmp)) in foldICmpWithConstant()