Searched refs:ArraySizeInt (Results 1 – 2 of 2) sorted by relevance
231 const uint64_t ArraySizeInt = DL.getTypeAllocSize(ArrayTy); in replaceGlobalArray() local232 Value *ArraySize = Builder.getInt64(ArraySizeInt); in replaceGlobalArray()
1455 uint64_t ArraySizeInt = 1; in allocateNewArrays() local1466 ArraySizeInt *= UnsignedDimSize; in allocateNewArrays()1483 ConstantInt::get(Type::getInt64Ty(Ctx), ArraySizeInt), nullptr, in allocateNewArrays()