HomeSort by relevance Sort by last modified time
    Searched refs:ConstantArray (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /external/llvm/lib/Transforms/Utils/
CtorUtils.cpp 32 ConstantArray *OldCA = cast<ConstantArray>(GCL->getInitializer());
41 Constant *CA = ConstantArray::get(ATy, CAList);
71 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer());
95 ConstantArray *CA = cast<ConstantArray>(GV->getInitializer());
SanitizerStats.cpp 50 Inits.push_back(ConstantArray::get(
89 ConstantArray::get(makeModuleStatsArrayTy(), Inits)}));
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
InlineSimple.cpp 98 const ConstantArray *InitList = dyn_cast<ConstantArray>(GV->getInitializer());
ConstantMerge.cpp 69 ConstantArray *Inits = dyn_cast<ConstantArray>(LLVMUsed->getInitializer());
  /external/llvm/lib/LTO/
UpdateCompilerUsed.cpp 134 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
143 llvm::ConstantArray::get(ATy, UsedValuesList), "llvm.compiler.used");
  /external/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 25 class ConstantArray;
75 const ConstantArray *InitList;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 154 ConstantArray *Init = cast<ConstantArray>(GV->getInitializer());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 25 class ConstantArray;
75 const ConstantArray *InitList;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 25 class ConstantArray;
75 const ConstantArray *InitList;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 25 class ConstantArray;
75 const ConstantArray *InitList;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 30 class ConstantArray;
79 const ConstantArray *InitList;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 30 class ConstantArray;
79 const ConstantArray *InitList;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 30 class ConstantArray;
79 const ConstantArray *InitList;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 30 class ConstantArray;
79 const ConstantArray *InitList;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 25 class ConstantArray;
75 const ConstantArray *InitList;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 25 class ConstantArray;
75 const ConstantArray *InitList;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 25 class ConstantArray;
75 const ConstantArray *InitList;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 30 class ConstantArray;
79 const ConstantArray *InitList;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 30 class ConstantArray;
79 const ConstantArray *InitList;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 30 class ConstantArray;
79 const ConstantArray *InitList;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
ExecutionUtils.h 30 class ConstantArray;
79 const ConstantArray *InitList;
  /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/lib/Transforms/IPO/
ConstantMerge.cpp 42 ConstantArray *Inits = cast<ConstantArray>(LLVMUsed->getInitializer());
  /external/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 22 GV ? dyn_cast_or_null<ConstantArray>(GV->getInitializer()) : nullptr),
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 152 if (ConstantArray *InitList =
153 dyn_cast<ConstantArray>(GlobalDtors->getInitializer())) {
167 GlobalDtors->setInitializer(ConstantArray::get(

Completed in 608 milliseconds

1 2 3 4 5 6 7 8 910