Searched refs:ElemPtrTy (Results 1 – 1 of 1) sorted by relevance
186 PointerType *ElemPtrTy = ElemTy->getPointerTo(); in replaceGlobalArray() local218 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()