Home
last modified time | relevance | path

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

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