Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h36 class AnyMemSetInst; variable
189 void add(AnyMemSetInst *MSI);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp337 void AliasSetTracker::add(AnyMemSetInst *MSI) { in add()
385 if (AnyMemSetInst *MSI = dyn_cast<AnyMemSetInst>(I)) in add()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h756 Instruction *SimplifyAnyMemSet(AnyMemSetInst *MI);
H A DInstCombineCalls.cpp217 Instruction *InstCombinerImpl::SimplifyAnyMemSet(AnyMemSetInst *MI) { in SimplifyAnyMemSet()
1585 } else if (auto *MSI = dyn_cast<AnyMemSetInst>(MI)) { in visitCallInst()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1348 class AnyMemSetInst : public MemSetBase<AnyMemIntrinsic> {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp203 return isa<AnyMemSetInst>(I); in isShortenableAtTheBeginning()