Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h817 unsigned OpSizeInBytes = AtomicCpySize ? *AtomicCpySize : 1; in getMemcpyLoopResidualLoweringType() local
818 Type *OpType = Type::getIntNTy(Context, OpSizeInBytes * 8); in getMemcpyLoopResidualLoweringType()
819 for (unsigned i = 0; i != RemainingBytes; i += OpSizeInBytes) in getMemcpyLoopResidualLoweringType()