Searched refs:AllocatedType (Results 1 – 6 of 6) sorted by relevance
131 Type *AllocatedType = AI.getAllocatedType(); in visitAllocaInst() local132 if (!isVectorOrArrayOfVectors(AllocatedType)) in visitAllocaInst()136 Type *NewType = equivalentArrayTypeFromVector(AllocatedType); in visitAllocaInst()314 Type *AllocatedType = Alloca->getAllocatedType(); in visitGetElementPtrInst() local316 if (AllocatedType != OrigGEPType && isa<ArrayType>(AllocatedType)) { in visitGetElementPtrInst()317 NewGEPType = AllocatedType; in visitGetElementPtrInst()
235 Type *AllocatedType = in alignAndPadAlloca() local242 Type *TypeWithPadding = StructType::get(AllocatedType, PaddingType); in alignAndPadAlloca()
180 QualType AllocatedType = getDeclPtr().getFieldDesc()->getDataType(ASTCtx); in toAPValue() local185 Base = APValue::LValueBase::getDynamicAlloc(DA, AllocatedType); in toAPValue()
65 Type *AllocatedType; variable121 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType()124 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType()
1284 AllocatedType(Ty) { in AllocaInst()
3454 SourceRange TypeIdParens, QualType AllocatedType, in RebuildCXXNewExpr() argument3463 AllocatedType, in RebuildCXXNewExpr()