Searched refs:srcPtrTy (Results 1 – 2 of 2) sorted by relevance
370 auto srcPtrTy = mlir::cast<cir::PointerType>(value.getType()); in createComplexRealPtr() local371 auto srcComplexTy = mlir::cast<cir::ComplexType>(srcPtrTy.getPointee()); in createComplexRealPtr()385 auto srcPtrTy = mlir::cast<cir::PointerType>(value.getType()); in createComplexImagPtr() local386 auto srcComplexTy = mlir::cast<cir::ComplexType>(srcPtrTy.getPointee()); in createComplexImagPtr()
419 auto srcPtrTy = mlir::dyn_cast<cir::PointerType>(srcType); in verify() local422 if (srcPtrTy && resPtrTy) { in verify()484 auto srcPtrTy = mlir::dyn_cast<cir::PointerType>(srcType); in verify() local486 if (!srcPtrTy || !resPtrTy) in verify()488 if (srcPtrTy.getPointee() != resPtrTy.getPointee()) in verify()