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