Searched refs:AllocatedType (Results 1 – 5 of 5) sorted by relevance
716 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local717 if (AllocatedType->isSized()) in getPointerAlignment()718 return MaybeAlign(DL.getPrefTypeAlignment(AllocatedType)); in getPointerAlignment()
1232 AllocatedType(Ty) { in AllocaInst()1243 AllocatedType(Ty) { in AllocaInst()
1170 Type *AllocatedType = AI->getAllocatedType(); in sanitizeFunction() local1174 AllocatedType = ArrayType::get(AllocatedType, ArraySize); in sanitizeFunction()1177 AllocatedType, ArrayType::get(Int8Ty, AlignedSize - Size)); in sanitizeFunction()
473 Type *AllocatedType = in alignAndPadAlloca() local481 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
60 Type *AllocatedType; variable105 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()108 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()