Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaRISCV.h42 bool isValidRVVBitcast(QualType srcType, QualType destType);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2425 if (Self.RISCV().isValidRVVBitcast(SrcType, DestType)) { in TryReinterpretCast()
3093 Self.RISCV().isValidRVVBitcast(SrcType, DestType)) { in CheckCStyleCast()
H A DSemaRISCV.cpp1471 bool SemaRISCV::isValidRVVBitcast(QualType srcTy, QualType destTy) { in isValidRVVBitcast() function in clang::SemaRISCV