Searched refs:NewPtrTy (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InferAddressSpaces.cpp | 388 Type *NewPtrTy = NewV->getType(); in rewriteIntrinsicOperands() local 390 Intrinsic::getDeclaration(M, II->getIntrinsicID(), {RetTy, NewPtrTy}); in rewriteIntrinsicOperands() 397 Type *NewPtrTy = NewV->getType(); in rewriteIntrinsicOperands() local 399 Intrinsic::getDeclaration(M, II->getIntrinsicID(), {ValueTy, NewPtrTy}); in rewriteIntrinsicOperands() 567 Type *NewPtrTy = getPtrOrVecOfPtrsWithNewAS(Operand->getType(), NewAddrSpace); in operandWithNewAddressSpaceOrCreatePoison() local 570 return ConstantExpr::getAddrSpaceCast(C, NewPtrTy); in operandWithNewAddressSpaceOrCreatePoison() 580 Type *NewPtrTy = getPtrOrVecOfPtrsWithNewAS(Operand->getType(), NewAS); in operandWithNewAddressSpaceOrCreatePoison() local 581 auto *NewI = new AddrSpaceCastInst(Operand, NewPtrTy); in operandWithNewAddressSpaceOrCreatePoison() 588 return PoisonValue::get(NewPtrTy); in operandWithNewAddressSpaceOrCreatePoison() 642 Type *NewPtrTy = getPtrOrVecOfPtrsWithNewAS(I->getType(), AS); in cloneInstructionWithNewAddressSpace() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 12522 Type *NewPtrTy = PointerType::get(getAssociatedType()->getContext(), in manifest() local 12536 Instruction *CastInst = new AddrSpaceCastInst(OriginalValue, NewPtrTy); in manifest()
|