Home
last modified time | relevance | path

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

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