Searched refs:ArraySizeInt (Results 1 – 2 of 2) sorted by relevance
232 const uint64_t ArraySizeInt = DL.getTypeAllocSize(ArrayTy); in replaceGlobalArray() local233 Value *ArraySize = Builder.getInt64(ArraySizeInt); in replaceGlobalArray()
1402 uint64_t ArraySizeInt = 1; in allocateNewArrays() local1413 ArraySizeInt *= UnsignedDimSize; in allocateNewArrays()1430 ConstantInt::get(Type::getInt64Ty(Ctx), ArraySizeInt), nullptr, in allocateNewArrays()