Home
last modified time | relevance | path

Searched refs:AllocaType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1192 const Type *AllocaType = AI.getAllocatedType(); in visitAllocaInst() local
1193 const auto *STy = dyn_cast<StructType>(AllocaType); in visitAllocaInst()
1194 if (!ASan.isInterestingAlloca(AI) || isa<ScalableVectorType>(AllocaType) || in visitAllocaInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2988 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2989 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()