Home
last modified time | relevance | path

Searched refs:ftArrayType (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DPathProfiling.cpp1382 ArrayType* ftArrayType = ArrayType::get(t, ftInit.size()); in runOnModule() local
1383 Constant* ftInitConstant = ConstantArray::get(ftArrayType, ftInit); in runOnModule()
1385 DEBUG(dbgs() << " ftArrayType:" << *ftArrayType << "\n"); in runOnModule()
1388 new GlobalVariable(M, ftArrayType, false, GlobalValue::InternalLinkage, in runOnModule()
1390 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); in runOnModule()