HomeSort by relevance Sort by last modified time
    Searched defs:ConstantArray (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
Constants.h 345 /// ConstantArray - Constant Array Declarations
347 class ConstantArray : public Constant {
348 friend struct ConstantArrayCreator<ConstantArray, ArrayType>;
349 ConstantArray(const ConstantArray &); // DO NOT IMPLEMENT
351 ConstantArray(ArrayType *T, ArrayRef<Constant *> Val);
353 // ConstantArray accessors
370 static inline bool classof(const ConstantArray *) { return true; }
377 struct OperandTraits<ConstantArray> :
378 public VariadicOperandTraits<ConstantArray> {
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 165 if (const ConstantArray *CA = dyn_cast<ConstantArray>(this))
676 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V)
678 OperandTraits<ConstantArray>::op_end(this) - V.size(),
688 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
778 // Otherwise, we really do want to create a ConstantArray.
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 218 | ConstantArray
    [all...]
llvm_ocaml.c 418 ConstantArray,
443 DEFINE_CASE(Val, ConstantArray);
    [all...]

Completed in 176 milliseconds