3 references to IsVectorType
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCompilerContext.cs (1)
136else if (VectorFieldLayoutAlgorithm.IsVectorType(type))
src\runtime\src\coreclr\tools\Common\Compiler\VectorFieldLayoutAlgorithm.cs (1)
26Debug.Assert(IsVectorType(defType));
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
223if (VectorFieldLayoutAlgorithm.IsVectorType(instantiatedType) ||