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/lib/IR/
H A DConstants.cpp187 if (const ConstantArray *CA = dyn_cast<ConstantArray>(this))
733 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V) function in class:ConstantArray
735 OperandTraits<ConstantArray>::op_end(this) - V.size(),
745 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
835 // Otherwise, we really do want to create a ConstantArray.
1250 void ConstantArray::destroyConstant() {
2541 /// ConstantArray::replaceUsesOfWithOnConstant is only invoked once, and that
2546 void ConstantArray
[all...]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml218 | ConstantArray Constructor in type:ValueKind/t
H A Dllvm_ocaml.c418 ConstantArray, enumerator in enum:ValueKind
443 DEFINE_CASE(Val, ConstantArray);

Completed in 234 milliseconds