Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h959 bool hasRISCVVTypes() const { return HasRISCVVTypes; } in hasRISCVVTypes() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp440 if (Context.getTargetInfo().hasRISCVVTypes()) { in Initialize()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1457 if (Target.hasRISCVVTypes()) { in InitBuiltinTypes()
3990 } else if (Target->hasRISCVVTypes()) { in getScalableVectorType()