Home
last modified time | relevance | path

Searched defs:vector_type (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSetVector.h47 using vector_type = Vector; variable
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm.mli731 val vector_type : lltype -> int -> lltype val
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2921 const clang::VectorType *vector_type = in IsVectorType() local
3992 const clang::VectorType *vector_type = llvm::dyn_cast<clang::VectorType>( in GetTypeInfo() local
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4954 if (VectorType* vector_type = in parseFunctionBody() local