Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h762 unsigned OpSizeInBytes = AtomicCpySize ? *AtomicCpySize : 1; in getMemcpyLoopResidualLoweringType() local
763 Type *OpType = Type::getIntNTy(Context, OpSizeInBytes * 8); in getMemcpyLoopResidualLoweringType()
764 for (unsigned i = 0; i != RemainingBytes; i += OpSizeInBytes) in getMemcpyLoopResidualLoweringType()