8 references to IsPrimitiveNumeric
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\VectorFieldLayoutAlgorithm.cs (1)
180
return elementType.
IsPrimitiveNumeric
;
ILCompiler.ReadyToRun (4)
parent\parent\Common\Compiler\VectorFieldLayoutAlgorithm.cs (1)
180
return elementType.
IsPrimitiveNumeric
;
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3067
if (type.
IsPrimitiveNumeric
)
parent\parent\Common\JitInterface\SwiftPhysicalLowering.cs (2)
96
Debug.Assert(fieldType.
IsPrimitiveNumeric
);
104
protected override bool NeedsRecursiveLayout(TypeDesc fieldType) => fieldType.IsValueType && !fieldType.
IsPrimitiveNumeric
;
ILCompiler.RyuJit (3)
parent\parent\Common\JitInterface\CorInfoImpl.cs (1)
3067
if (type.
IsPrimitiveNumeric
)
parent\parent\Common\JitInterface\SwiftPhysicalLowering.cs (2)
96
Debug.Assert(fieldType.
IsPrimitiveNumeric
);
104
protected override bool NeedsRecursiveLayout(TypeDesc fieldType) => fieldType.IsValueType && !fieldType.
IsPrimitiveNumeric
;