Searched refs:GlobalType (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp835 Type *GlobalType; local
837 GlobalType = AllocTy;
840 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue());
845 *GV->getParent(), GlobalType, false, GlobalValue::InternalLinkage,
846 UndefValue::get(GlobalType), GV->getName() + ".body", nullptr,

Completed in 78 milliseconds