Home
last modified time | relevance | path

Searched defs:SizeInBytes (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp849 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue(); in processLoopMemSet() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp662 uint64_t SizeInBytes = ASan.DL->getTypeAllocSize(Ty); in getAllocaSizeInBytes() local
1198 uint64_t SizeInBytes = DL->getTypeAllocSize(Ty); in InstrumentGlobals() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DDIBuilder.cpp953 unsigned SizeInBytes) { in createPieceExpression()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp2755 uint64_t SizeInBytes = (CGF.getContext().getTypeSize(Ty) + 7) / 8; in EmitVAArgFromMemory() local
3680 unsigned SizeInBytes = CGF.getContext().getTypeSize(Ty) / 8; in EmitVAArg() local