2 references to IsKnownMultiSegmentType
ILCompiler.Compiler (2)
parent\parent\Common\JitInterface\WasmLowering.cs (2)
171if (type is not DefType defType || !IsKnownMultiSegmentType(defType)) 222Debug.Assert(type is DefType defType && IsKnownMultiSegmentType(defType));