Searched refs:structVals (Results 1 – 1 of 1) sorted by relevance
1662 std::vector<llvm::Constant*> structVals; in createStandardUtilityFunctions() local1670 structVals.clear(); in createStandardUtilityFunctions()1671 structVals.push_back(llvm::ConstantInt::get(builder.getInt32Ty(), i)); in createStandardUtilityFunctions()1672 nextStruct = llvm::ConstantStruct::get(ourTypeInfoType, structVals); in createStandardUtilityFunctions()