Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenBuilder.h370 auto srcPtrTy = mlir::cast<cir::PointerType>(value.getType()); in createComplexRealPtr() local
371 auto srcComplexTy = mlir::cast<cir::ComplexType>(srcPtrTy.getPointee()); in createComplexRealPtr()
385 auto srcPtrTy = mlir::cast<cir::PointerType>(value.getType()); in createComplexImagPtr() local
386 auto srcComplexTy = mlir::cast<cir::ComplexType>(srcPtrTy.getPointee()); in createComplexImagPtr()
/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRDialect.cpp419 auto srcPtrTy = mlir::dyn_cast<cir::PointerType>(srcType); in verify() local
422 if (srcPtrTy && resPtrTy) { in verify()
484 auto srcPtrTy = mlir::dyn_cast<cir::PointerType>(srcType); in verify() local
486 if (!srcPtrTy || !resPtrTy) in verify()
488 if (srcPtrTy.getPointee() != resPtrTy.getPointee()) in verify()