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

  /external/swiftshader/third_party/LLVM/include/llvm/
Constants.h 325 /// ConstantArray - Constant Array Declarations
327 class ConstantArray : public Constant {
328 friend struct ConstantCreator<ConstantArray, ArrayType,
330 ConstantArray(const ConstantArray &); // DO NOT IMPLEMENT
332 ConstantArray(ArrayType *T, ArrayRef<Constant *> Val);
334 // ConstantArray accessors
337 /// This method constructs a ConstantArray and initializes it with a text
382 static inline bool classof(const ConstantArray *) { return true; }
389 struct OperandTraits<ConstantArray>
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 270 | ConstantArray
    [all...]
llvm_ocaml.c 528 ConstantArray,
555 DEFINE_CASE(Val, ConstantArray);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 886 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V)
892 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
898 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) {
923 // Otherwise, we really do want to create a ConstantArray.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Constants.cpp 591 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V)
593 OperandTraits<ConstantArray>::op_end(this) - V.size(),
603 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
623 /// ConstantArray::get(const string&) - Return an array that is initialized to
629 Constant *ConstantArray::get(LLVMContext &Context, StringRef Str,
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 419 ConstantArray,
444 DEFINE_CASE(Val, ConstantArray);
    [all...]

Completed in 218 milliseconds