Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp259 Type *MainArgTys[] = {Type::getInt32Ty(C), in runOnModule() local
261 FunctionType *MainTy = FunctionType::get(Type::getInt32Ty(C), MainArgTys, in runOnModule()
266 Value *Args[] = {UndefValue::get(MainArgTys[0]), in runOnModule()
267 UndefValue::get(MainArgTys[1])}; in runOnModule()