Home
last modified time | relevance | path

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

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