Home | History | Annotate | Download | only in NVPTX

Lines Matching defs:DstTy

159     PointerType *DstTy            = cast<PointerType>(CE->getType());
161 if (SrcTy->getAddressSpace() == 1 && DstTy->getAddressSpace() == 0) {