Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1181 SmallVector<EVT, 8> InTys; in LowerCall() local
1194 InTys.push_back(In.VT); in LowerCall()
1232 InTys.push_back(MVT::Other); in LowerCall()
1233 SDVTList InTyList = DAG.getVTList(InTys); in LowerCall()