Searched refs:isRVVVLSBuiltinType (Results 1 – 5 of 5) sorted by relevance
2082 if (CanonicalType->isRVVVLSBuiltinType()) { in hasIntegerRepresentation()2658 bool Type::isRVVVLSBuiltinType() const { in isRVVVLSBuiltinType() function in Type2677 assert(isRVVVLSBuiltinType() && "unsupported type!"); in getRVVEltType()
10529 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()
2423 bool isRVVVLSBuiltinType() const;
8550 if (!CurType->isRVVVLSBuiltinType()) { in HandleRISCVRVVVectorBitsTypeAttr()
12172 if (Target->isRVVVLSBuiltinType() && in CheckImplicitConversion()