HomeSort by relevance Sort by last modified time
    Searched refs:NewInit (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 76 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
80 (void)new GlobalVariable(M, NewInit->getType(), false,
81 GlobalValue::AppendingLinkage, NewInit, Array);
  /external/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 518 Constant *NewInit = ConstantStruct::getAnon(M->getContext(), GlobalInits);
520 new GlobalVariable(*M, NewInit->getType(), /*isConstant=*/true,
521 GlobalValue::PrivateLinkage, NewInit);
523 StructType *NewTy = cast<StructType>(NewInit->getType());
542 NewInit->getType(), CombinedGlobal, CombinedGlobalIdxs);
    [all...]
WholeProgramDevirt.cpp 628 auto NewInit = ConstantStruct::getAnon(
633 new GlobalVariable(M, NewInit->getType(), B.GV->isConstant(),
634 GlobalVariable::PrivateLinkage, NewInit, "", B.GV);
647 NewInit->getType(), NewGV,
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 713 if (Init *NewInit = BI->convertInitializerTo(IntRecTy::get()))
714 return NewInit;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 316 milliseconds