Searched refs:AllocatedType (Results 1 – 4 of 4) sorted by relevance
682 Type *AllocatedType = AI->getAllocatedType(); in getPointerAlignment() local683 if (AllocatedType->isSized()) in getPointerAlignment()684 Align = DL.getPrefTypeAlignment(AllocatedType); in getPointerAlignment()
1086 AllocatedType(Ty) { in AllocaInst()1097 AllocatedType(Ty) { in AllocaInst()
61 Type *AllocatedType; variable106 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()109 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
2717 QualType AllocatedType, in RebuildCXXNewExpr() argument2727 AllocatedType, in RebuildCXXNewExpr()