Searched refs:NewAllocaTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2618 Type *NewAllocaTy; member in __anondf5662880d11::AllocaSliceRewriter 2683 NewAllocaTy(NewAI.getAllocatedType()), in AllocaSliceRewriter() 2874 (canConvertValue(DL, NewAllocaTy, TargetTy) || in visitLoadInst() 2875 (IsLoadPastEnd && NewAllocaTy->isIntegerTy() && in visitLoadInst() 2903 if (auto *AITy = dyn_cast<IntegerType>(NewAllocaTy)) in visitLoadInst() 3018 V = convertValue(DL, IRB, V, NewAllocaTy); in rewriteIntegerStore() 3068 canConvertValue(DL, V->getType(), NewAllocaTy)) { in visitStoreInst() 3069 V = convertValue(DL, IRB, V, NewAllocaTy); in visitStoreInst() 3100 NewSI->getValueOperand()->getType() == NewAllocaTy && in visitStoreInst() 3437 OtherTy = NewAllocaTy; in visitMemTransferInst() [all …]
|