Searched refs:DstPtrTy (Results 1 – 2 of 2) sorted by relevance
1946 LLT DstPtrTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local1949 if (!DstPtrTy.isPointer() || !SrcPtrTy.isPointer()) { in verifyPreISelGenericInstruction()1954 if (DstPtrTy.getAddressSpace() != MMOs[0]->getAddrSpace()) in verifyPreISelGenericInstruction()1979 LLT DstPtrTy = MRI->getType(MI->getOperand(0).getReg()); in verifyPreISelGenericInstruction() local1980 if (!DstPtrTy.isPointer()) { in verifyPreISelGenericInstruction()1985 if (DstPtrTy.getAddressSpace() != MMOs[0]->getAddrSpace()) in verifyPreISelGenericInstruction()
3306 PointerType *DstPtrTy = dyn_cast<PointerType>(DstTy->getScalarType()); in castIsValid() local3310 if (!SrcPtrTy != !DstPtrTy) in castIsValid()3319 if (SrcPtrTy->getAddressSpace() != DstPtrTy->getAddressSpace()) in castIsValid()3337 PointerType *DstPtrTy = dyn_cast<PointerType>(DstTy->getScalarType()); in castIsValid() local3338 if (!DstPtrTy) in castIsValid()3341 if (SrcPtrTy->getAddressSpace() == DstPtrTy->getAddressSpace()) in castIsValid()