Searched refs:AllocaType (Results 1 – 2 of 2) sorted by relevance
1192 const Type *AllocaType = AI.getAllocatedType(); in visitAllocaInst() local1193 const auto *STy = dyn_cast<StructType>(AllocaType); in visitAllocaInst()1194 if (!ASan.isInterestingAlloca(AI) || isa<ScalableVectorType>(AllocaType) || in visitAllocaInst()
2988 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local2989 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()