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

1 2 3 45 6 7 8 910

  /external/llvm/lib/CodeGen/
ShadowStackGCLowering.cpp 223 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)};
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 380 ConstantArray *InitList = dyn_cast<ConstantArray>(GV->getInitializer());
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 708 const ConstantArray *LA = cast<ConstantArray>(L);
709 const ConstantArray *RA = cast<ConstantArray>(R);
    [all...]
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 59 GV->setInitializer(ConstantArray::get(AT, Init));
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ConstantFolding.cpp 313 if (ConstantArray *CA = dyn_cast<ConstantArray>(C)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ShadowStackGC.cpp 227 ConstantArray::get(ArrayType::get(VoidPtr, NumMeta), Metadata)
  /external/compiler-rt/lib/profile/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))
  /external/llvm/include/llvm/ProfileData/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 219 auto *OldUsedVal = cast<ConstantArray>(UsedVar->getInitializer());
229 auto *NewUsedVal = ConstantArray::get(NewValTy, Used);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 839 } else if (isa<ConstantArray>(C) && cast<ConstantArray>(C)->isString()) {
840 const ConstantArray *CA = cast<ConstantArray>(C);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 120 LPI->addClause(ConstantArray::get(AType, TyInfo));
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 539 case Type::ConstantArray: {
CGObjCMac.cpp     [all...]
CoverageMappingGen.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 482 ConstantArray::get(ArrayOfInt64Ty, Initializers),
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 399 /// turn into a memset_pattern16, return a ConstantArray of 16 bytes that should
433 return ConstantArray::get(AT, std::vector<Constant*>(ArraySize, C));
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 888 llvm::ConstantArray::get(context, toPrint);
930 llvm::Constant *stringConstant = llvm::ConstantArray::get(context, format);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
InstrProfData.inc 93 ConstantArray::get(Int16ArrayTy, Int16ArrayVals))

Completed in 678 milliseconds

1 2 3 45 6 7 8 910