Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp231 const uint64_t ArraySizeInt = DL.getTypeAllocSize(ArrayTy); in replaceGlobalArray() local
232 Value *ArraySize = Builder.getInt64(ArraySizeInt); in replaceGlobalArray()
DIslNodeBuilder.cpp1455 uint64_t ArraySizeInt = 1; in allocateNewArrays() local
1466 ArraySizeInt *= UnsignedDimSize; in allocateNewArrays()
1483 ConstantInt::get(Type::getInt64Ty(Ctx), ArraySizeInt), nullptr, in allocateNewArrays()