Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2308 MVT ExpectedExtractType; in performVectorConvertLowCombine() local
2313 ExpectedExtractType = MVT::v2i32; in performVectorConvertLowCombine()
2317 ExpectedExtractType = MVT::v2f32; in performVectorConvertLowCombine()
2328 if (Extract.getValueType() != ExpectedExtractType) in performVectorConvertLowCombine()