Lines Matching refs:NewAllocaTy
2156 Type *NewAllocaTy; member in llvm::sroa::AllocaSliceRewriter
2209 NewAllocaTy(NewAI.getAllocatedType()), in AllocaSliceRewriter()
2386 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst()
2387 (IsLoadPastEnd && NewAllocaTy->isIntegerTy() && in visitLoadInst()
2398 if (auto *AITy = dyn_cast<IntegerType>(NewAllocaTy)) in visitLoadInst()
2487 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore()
2529 (canConvertValue(DL, V->getType(), NewAllocaTy) || in visitStoreInst()
2530 (IsStorePastEnd && NewAllocaTy->isIntegerTy() && in visitStoreInst()
2536 if (auto *AITy = dyn_cast<IntegerType>(NewAllocaTy)) in visitStoreInst()
2544 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst()
2825 OtherPtrTy = NewAllocaTy->getPointerTo(OtherAS); in visitMemTransferInst()
2862 Src = convertValue(DL, IRB, Src, NewAllocaTy); in visitMemTransferInst()