Searched refs:NewArrayType (Results 1 – 1 of 1) sorted by relevance
1452 Type *NewArrayType = nullptr; in allocateNewArrays() local1462 if (!NewArrayType) in allocateNewArrays()1463 NewArrayType = SAI->getElementType(); in allocateNewArrays()1465 NewArrayType = ArrayType::get(NewArrayType, UnsignedDimSize); in allocateNewArrays()1470 LLVMContext &Ctx = NewArrayType->getContext(); in allocateNewArrays()1497 auto *CreatedArray = new AllocaInst(NewArrayType, DL.getAllocaAddrSpace(), in allocateNewArrays()