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