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

/external/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp62 Constant *CSVals[3]; local
63 CSVals[0] = IRB.getInt32(Priority);
64 CSVals[1] = F;
67 CSVals[2] = Data ? ConstantExpr::getPointerCast(Data, IRB.getInt8PtrTy())
70 ConstantStruct::get(EltTy, makeArrayRef(CSVals, EltTy->getNumElements()));
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DGlobalOpt.cpp1998 Constant *CSVals[2]; local
1999 CSVals[0] = ConstantInt::get(Type::getInt32Ty(GCL->getContext()), 65535);
2000 CSVals[1] = 0;
2010 CSVals[1] = Ctors[i];
2015 CSVals[1] = Constant::getNullValue(PFTy);
2016 CSVals[0] = ConstantInt::get(Type::getInt32Ty(GCL->getContext()),
2019 CAList.push_back(ConstantStruct::get(StructTy, CSVals));

Completed in 6570 milliseconds