Searched refs:setAllocatedType (Results 1 – 3 of 3) sorted by relevance
1036 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
528 I.setAllocatedType(NewTy); in visitAllocaInst()
118 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType() function