Searched refs:getPtrOrVecOfPtrsWithNewAS (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp263 static Type *getPtrOrVecOfPtrsWithNewAS(Type *Ty, unsigned NewAddrSpace) { function
567 Type *NewPtrTy = getPtrOrVecOfPtrsWithNewAS(Operand->getType(), NewAddrSpace);
580 Type *NewPtrTy = getPtrOrVecOfPtrsWithNewAS(Operand->getType(), NewAS);
608 Type *NewPtrType = getPtrOrVecOfPtrsWithNewAS(I->getType(), NewAddrSpace);
642 Type *NewPtrTy = getPtrOrVecOfPtrsWithNewAS(I->getType(), AS);
710 ? getPtrOrVecOfPtrsWithNewAS(CE->getType(), NewAddrSpace)

Completed in 163 milliseconds