Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineInternal.h521 Instruction *tryFoldInstWithCtpopWithNot(Instruction *I);
HDInstCombineAddSub.cpp1746 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitAdd()
2461 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitSub()
HDInstructionCombining.cpp771 Instruction *InstCombinerImpl::tryFoldInstWithCtpopWithNot(Instruction *I) { in tryFoldInstWithCtpopWithNot() function in InstCombinerImpl
HDInstCombineAndOrXor.cpp3565 if (Instruction *R = tryFoldInstWithCtpopWithNot(&I)) in visitOr()
HDInstCombineCompares.cpp1327 if (Instruction *R = tryFoldInstWithCtpopWithNot(&Cmp)) in foldICmpWithConstant()