Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h849 unsigned getMaxVectorAlign() const { return MaxVectorAlign; } in getMaxVectorAlign() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp475 target_info->getMaxVectorAlign()); in ClangExpressionParser()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1975 uint64_t TargetVectorAlign = Target->getMaxVectorAlign(); in getTypeInfoImpl()