Searched refs:NewAllocaTy (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 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() [all …]
|