Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NewTy

181       Type *NewTy =
183 AllocaInst *New = Builder->CreateAlloca(NewTy, nullptr, AI.getName());
347 PointerType *NewTy = dyn_cast<PointerType>(LI.getType());
348 if (OldTy && NewTy &&
349 OldTy->getAddressSpace() != NewTy->getAddressSpace()) {