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