Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDSafeStack.cpp403 auto CArraySize = cast<ConstantInt>(AI->getArraySize()); in moveStaticAllocasToUnsafeStack() local
406 uint64_t Size = DL->getTypeAllocSize(Ty) * CArraySize->getZExtValue(); in moveStaticAllocasToUnsafeStack()