Searched refs:MainArgTys (Results 1 – 1 of 1) sorted by relevance
255 Type *MainArgTys[] = {Type::getInt32Ty(C), in runOnModule() local257 FunctionType *MainTy = FunctionType::get(Type::getInt32Ty(C), MainArgTys, in runOnModule()262 Value *Args[] = {UndefValue::get(MainArgTys[0]), in runOnModule()263 UndefValue::get(MainArgTys[1])}; in runOnModule()