Home
last modified time | relevance | path

Searched defs:srcTy (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenCall.cpp528 mlir::Type srcTy = src.getElementType(); in emitCall() local
H A DCIRGenExprScalar.cpp317 QualType dstType, mlir::Type srcTy, in emitScalarCast()
1883 QualType srcTy, QualType dstTy, in emitScalarConversion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCV.cpp1471 bool SemaRISCV::isValidRVVBitcast(QualType srcTy, QualType destTy) { in isValidRVVBitcast()
H A DSemaExpr.cpp7600 bool Sema::isValidSveBitcast(QualType srcTy, QualType destTy) { in isValidSveBitcast()
7615 bool Sema::areMatrixTypesOfTheSameDimension(QualType srcTy, QualType destTy) { in areMatrixTypesOfTheSameDimension()
7668 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes()
7682 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp84 mlir::Type srcTy = src.getType(); in createIntCast() local
618 mlir::Type srcTy = elementTypeIfVector(castOp.getSrc().getType()); in matchAndRewrite() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2652 Type *srcTy = V->getType(); in CreateShadowCast() local