Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DManagedMemoryRewrite.cpp232 const uint64_t ArraySizeInt = DL.getTypeAllocSize(ArrayTy); in replaceGlobalArray() local
233 Value *ArraySize = Builder.getInt64(ArraySizeInt); in replaceGlobalArray()
H A DIslNodeBuilder.cpp1402 uint64_t ArraySizeInt = 1; in allocateNewArrays() local
1413 ArraySizeInt *= UnsignedDimSize; in allocateNewArrays()
1430 ConstantInt::get(Type::getInt64Ty(Ctx), ArraySizeInt), nullptr, in allocateNewArrays()