Home
last modified time | relevance | path

Searched refs:resPtrTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp420 auto resPtrTy = mlir::dyn_cast<cir::PointerType>(resType); in verify() local
422 if (srcPtrTy && resPtrTy) { in verify()
485 auto resPtrTy = mlir::dyn_cast<cir::PointerType>(resType); in verify() local
486 if (!srcPtrTy || !resPtrTy) in verify()
488 if (srcPtrTy.getPointee() != resPtrTy.getPointee()) in verify()