Searched defs:ConstantArray (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstants.h338 /// ConstantArray - Constant Array Declarations
340 class ConstantArray : public Constant { class in namespace:llvm
341 friend struct ConstantArrayCreator<ConstantArray, ArrayType>;
342 ConstantArray(const ConstantArray &) LLVM_DELETED_FUNCTION;
344 ConstantArray(ArrayType *T, ArrayRef<Constant *> Val);
346 // ConstantArray accessors
369 struct OperandTraits<ConstantArray> :
370 public VariadicOperandTraits<ConstantArray> {
373 DEFINE_TRANSPARENT_OPERAND_ACCESSORS(ConstantArray, Constan
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml263 | ConstantArray Constructor in type:ValueKind/t
H A Dllvm_ocaml.c481 ConstantArray, enumerator in enum:ValueKind
508 DEFINE_CASE(Val, ConstantArray);
/external/llvm/lib/IR/
H A DConstants.cpp209 if (const ConstantArray *CA = dyn_cast<ConstantArray>(this))
771 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V) function in class:ConstantArray
773 OperandTraits<ConstantArray>::op_end(this) - V.size(),
783 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
873 // Otherwise, we really do want to create a ConstantArray.
1289 void ConstantArray::destroyConstant() {
2628 /// ConstantArray::replaceUsesOfWithOnConstant is only invoked once, and that
2633 void ConstantArray
[all...]

Completed in 136 milliseconds