Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2266 MVT ExpectedSourceType; in performVectorConvertLowCombine() local
2270 ExpectedSourceType = MVT::v4i32; in performVectorConvertLowCombine()
2273 ExpectedSourceType = MVT::v4f32; in performVectorConvertLowCombine()
2283 if (Source.getValueType() != ExpectedSourceType) in performVectorConvertLowCombine()
2309 MVT ExpectedSourceType; in performVectorConvertLowCombine() local
2314 ExpectedSourceType = MVT::v4i32; in performVectorConvertLowCombine()
2318 ExpectedSourceType = MVT::v4f32; in performVectorConvertLowCombine()
2332 if (Source.getValueType() != ExpectedSourceType) in performVectorConvertLowCombine()