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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp912 SmallVector<EVT, 8> InTys; local
925 InTys.push_back(In.VT);
934 InTys.push_back(MVT::Other);
935 SDVTList InTyList = DAG.getVTList(InTys);

Completed in 52 milliseconds