Home
last modified time | relevance | path

Searched refs:AnyMemSetInst (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h40 class AnyMemSetInst; variable
378 void add(AnyMemSetInst *MSI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp418 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add()
464 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h727 Instruction *SimplifyAnyMemSet(AnyMemSetInst *MI);
H A DInstCombineCalls.cpp226 Instruction *InstCombinerImpl::SimplifyAnyMemSet(AnyMemSetInst *MI) { in SimplifyAnyMemSet()
886 } else if (auto *MSI = dyn_cast<AnyMemSetInst>(MI)) { in visitCallInst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h988 class AnyMemSetInst : public MemSetBase<AnyMemIntrinsic> {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp307 return isa<AnyMemSetInst>(I); in isShortenableAtTheBeginning()