Home
last modified time | relevance | path

Searched refs:RemainingOps (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp112 SmallVector<Type *, 5> RemainingOps; in createMemCpyLoopKnownSize() local
113 TTI.getMemcpyLoopResidualLoweringType(RemainingOps, Ctx, RemainingBytes, in createMemCpyLoopKnownSize()
117 for (auto *OpTy : RemainingOps) { in createMemCpyLoopKnownSize()
/src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1764 int64_t &OffsetInBytes, SmallVectorImpl<uint64_t> &RemainingOps) const { in extractLeadingOffset()
1766 RemainingOps.clear(); in extractLeadingOffset()
1798 RemainingOps.append(ExprOpIt.getBase(), ExprOpEnd.getBase()); in extractLeadingOffset()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2993 SmallVectorImpl<uint64_t> &RemainingOps) const;