Searched refs:vector_type (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSetVector.h44 typedef Vector vector_type; typedef in class:llvm::SetVector
45 typedef typename vector_type::const_iterator iterator;
46 typedef typename vector_type::const_iterator const_iterator;
47 typedef typename vector_type::size_type size_type;
120 typename vector_type::iterator I =
144 typename vector_type::iterator I
211 vector_type vector_; ///< The vector.
/external/lldb/source/Symbol/
H A DClangASTType.cpp1261 const VectorType *vector_type = dyn_cast<VectorType>(qual_type->getCanonicalTypeInternal()); local
1262 if (vector_type)
1264 if (vector_type->isIntegerType())
1266 else if (vector_type->isFloatingType())
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml382 external vector_type : lltype -> int -> lltype = "llvm_vector_type"
H A Dllvm.mli630 (** [vector_type ty n] returns the array type containing [n] elements of the
632 val vector_type : lltype -> int -> lltype var
915 [vector_type (type_of elts.(0)) (Array.length elts)] and containing the
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3613 if (VectorType* vector_type =
3616 if (vector_type->getElementType() != Type::getInt1Ty(Context))
/external/llvm/test/Bindings/OCaml/
H A Dcore.ml217 insist ((vector_type i16_type 8) = (type_of c));

Completed in 139 milliseconds