Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2660 Type *AllocaType = AI->getAllocatedType(); in InlineFunction() local
2661 TypeSize AllocaTypeSize = DL.getTypeAllocSize(AllocaType); in InlineFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1142 const Type *AllocaType = AI.getAllocatedType(); in visitAllocaInst() local
1143 const auto *STy = dyn_cast<StructType>(AllocaType); in visitAllocaInst()
1144 if (!ASan.isInterestingAlloca(AI) || isa<ScalableVectorType>(AllocaType) || in visitAllocaInst()