Searched defs:ConstantDataVector (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstants.h522 /// This is the common base class of ConstantDataArray and ConstantDataVector.
692 /// ConstantDataVector - A vector constant whose element type is a simple
697 class ConstantDataVector : public ConstantDataSequential { class in namespace:llvm
699 ConstantDataVector(const ConstantDataVector &) LLVM_DELETED_FUNCTION;
702 explicit ConstantDataVector(Type *ty, const char *Data) function in class:llvm::ConstantDataVector
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml265 | ConstantDataVector Constructor in type:ValueKind/t
H A Dllvm_ocaml.c483 ConstantDataVector, enumerator in enum:ValueKind
510 DEFINE_CASE(Val, ConstantDataVector);

Completed in 87 milliseconds