Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2082 if (CanonicalType->isRVVVLSBuiltinType()) { in hasIntegerRepresentation()
2658 bool Type::isRVVVLSBuiltinType() const { in isRVVVLSBuiltinType() function in Type
2677 assert(isRVVVLSBuiltinType() && "unsupported type!"); in getRVVEltType()
H A DASTContext.cpp10529 assert(Ty->isRVVVLSBuiltinType() && "Invalid RVV Type"); in getRVVTypeSize()
10557 return FirstType->isRVVVLSBuiltinType() && in areCompatibleRVVTypes()
10563 return FirstType->isRVVVLSBuiltinType() && in areCompatibleRVVTypes()
10569 return FirstType->isRVVVLSBuiltinType() && in areCompatibleRVVTypes()
10575 return FirstType->isRVVVLSBuiltinType() && in areCompatibleRVVTypes()
10581 return FirstType->isRVVVLSBuiltinType() && in areCompatibleRVVTypes()
10606 if (!BT->isRVVVLSBuiltinType()) in areLaxCompatibleRVVTypes()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2423 bool isRVVVLSBuiltinType() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8550 if (!CurType->isRVVVLSBuiltinType()) { in HandleRISCVRVVVectorBitsTypeAttr()
H A DSemaChecking.cpp12172 if (Target->isRVVVLSBuiltinType() && in CheckImplicitConversion()