Searched defs:ConstantVector (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
H A DConstants.h457 /// ConstantVector - Constant Vector Declarations
459 class ConstantVector : public Constant { class in namespace:llvm
460 friend struct ConstantCreator<ConstantVector, VectorType,
462 ConstantVector(const ConstantVector &); // DO NOT IMPLEMENT
464 ConstantVector(VectorType *T, ArrayRef<Constant *> Val);
466 // ConstantVector accessors
493 static inline bool classof(const ConstantVector *) { return true; }
500 struct OperandTraits<ConstantVector> :
501 public VariadicOperandTraits<ConstantVector> {
[all...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstants.cpp75 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this))
125 C = ConstantVector::get(std::vector<Constant *>(VTy->getNumElements(), C));
145 return cast<ConstantVector>(ConstantVector::get(Elts));
281 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this)) {
390 return ConstantVector::get(Splat);
403 return ConstantVector::get(Splat);
427 return ConstantVector
700 ConstantVector::ConstantVector(VectorType *T, ArrayRef<Constant *> V) function in class:ConstantVector
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml278 | ConstantVector Constructor in type:ValueKind/t
H A Dllvm_ocaml.c536 ConstantVector, enumerator in enum:ValueKind
563 DEFINE_CASE(Val, ConstantVector);
/external/llvm/lib/IR/
H A DConstants.cpp55 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this))
81 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this))
115 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this))
137 if (const ConstantVector *CV = dyn_cast<ConstantVector>(this))
159 if (const ConstantVector *CV = dyn_cast<ConstantVector>(thi
991 ConstantVector::ConstantVector(VectorType *T, ArrayRef<Constant *> V) function in class:ConstantVector
[all...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml223 | ConstantVector Constructor in type:ValueKind/t
H A Dllvm_ocaml.c425 ConstantVector, enumerator in enum:ValueKind
450 DEFINE_CASE(Val, ConstantVector);

Completed in 1435 milliseconds