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