Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp846 Constant *InitArray = in CleanupAndPrepareModules() local
849 *Safe, InitArray->getType(), true /*isConstant*/, in CleanupAndPrepareModules()
850 GlobalValue::InternalLinkage, InitArray, F->getName() + "_name"); in CleanupAndPrepareModules()
858 Value *GEP = ConstantExpr::getGetElementPtr(InitArray->getType(), in CleanupAndPrepareModules()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp878 const ConstantArray *InitArray = dyn_cast<ConstantArray>(Init); in visitGlobalVariable() local
879 Check(InitArray, "wrong initalizer for intrinsic global variable", in visitGlobalVariable()
881 for (Value *Op : InitArray->operands()) { in visitGlobalVariable()