Home
last modified time | relevance | path

Searched defs:fixed_vector (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/test/src/__support/
H A Dfixedvector_test.cpp14 LIBC_NAMESPACE::FixedVector<int, 20> fixed_vector; in TEST() local
29 LIBC_NAMESPACE::FixedVector<int, 20> fixed_vector; in TEST() local
39 LIBC_NAMESPACE::FixedVector<int, 20> fixed_vector; in TEST() local
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DLowLevelType.h100 static constexpr LLT fixed_vector(unsigned NumElements, in fixed_vector() function
107 static constexpr LLT fixed_vector(unsigned NumElements, LLT ScalarTy) { in fixed_vector() function