Home
last modified time | relevance | path

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

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp403 SmallVector<EVT, 8> InTys; in LowerCall() local
416 InTys.push_back(In.VT); in LowerCall()
418 InTys.push_back(MVT::Other); in LowerCall()
419 SDVTList InTyList = DAG.getVTList(InTys); in LowerCall()