Lines Matching defs:DstAS
44 unsigned DstAS = cast<PointerType>(DstAddr->getType())->getAddressSpace();
48 Ctx, CopyLen, SrcAS, DstAS, SrcAlign.value(), DstAlign.value(),
114 SrcAS, DstAS, SrcAlign.value(),
197 unsigned DstAS = cast<PointerType>(DstAddr->getType())->getAddressSpace();
200 Ctx, CopyLen, SrcAS, DstAS, SrcAlign.value(), DstAlign.value(),
555 unsigned DstAS = DstAddr->getType()->getPointerAddressSpace();
556 if (SrcAS != DstAS) {
557 if (!TTI.addrspacesMayAlias(SrcAS, DstAS)) {
575 if (TTI.isValidAddrSpaceCast(DstAS, SrcAS))
577 else if (TTI.isValidAddrSpaceCast(SrcAS, DstAS))