Searched refs:resPtrTy (Results 1 – 1 of 1) sorted by relevance
420 auto resPtrTy = mlir::dyn_cast<cir::PointerType>(resType); in verify() local422 if (srcPtrTy && resPtrTy) { in verify()485 auto resPtrTy = mlir::dyn_cast<cir::PointerType>(resType); in verify() local486 if (!srcPtrTy || !resPtrTy) in verify()488 if (srcPtrTy.getPointee() != resPtrTy.getPointee()) in verify()