Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp54 Constant *CSVals[3]; in appendToGlobalArray() local
55 CSVals[0] = IRB.getInt32(Priority); in appendToGlobalArray()
56 CSVals[1] = F; in appendToGlobalArray()
57 CSVals[2] = Data ? ConstantExpr::getPointerCast(Data, IRB.getPtrTy()) in appendToGlobalArray()
60 ConstantStruct::get(EltTy, ArrayRef(CSVals, EltTy->getNumElements())); in appendToGlobalArray()