Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DManagedMemoryRewrite.cpp186 PointerType *ElemPtrTy = ElemTy->getPointerTo(); in replaceGlobalArray() local
218 cast<GlobalVariable>(M.getOrInsertGlobal(NewName, ElemPtrTy)); in replaceGlobalArray()
219 ReplacementToArr->setInitializer(ConstantPointerNull::get(ElemPtrTy)); in replaceGlobalArray()
238 Builder.CreatePointerCast(AllocatedMemRaw, ElemPtrTy, "mem.typed"); in replaceGlobalArray()