Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DSetVector.h68 using vector_type = Vector; variable
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.mli734 val vector_type : lltype -> int -> lltype global() val
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2895 const clang::VectorType *vector_type = IsVectorType() local
4003 const clang::VectorType *vector_type = llvm::dyn_cast<clang::VectorType>( GetTypeInfo() local
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5336 if (VectorType* vector_type = parseFunctionBody() local