Searched refs:setAllocatedType (Results 1 – 5 of 5) sorted by relevance
1388 void AllocaInst::setAllocatedType(Type *Ty) { in setAllocatedType() function in llvm::sandboxir::AllocaInst1391 &AllocaInst::setAllocatedType>>(this); in setAllocatedType()1392 cast<llvm::AllocaInst>(Val)->setAllocatedType(Ty->LLVMTy); in setAllocatedType()
1048 AI->setAllocatedType(TypeMapper->remapType(AI->getAllocatedType())); in remapInstruction()
558 I.setAllocatedType(NewTy); in visitAllocaInst()
2242 LLVM_ABI void setAllocatedType(Type *Ty);
124 void setAllocatedType(Type *Ty) { AllocatedType = Ty; } in setAllocatedType() function