4 references to IsVectorType
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCompilerContext.cs (1)
120else 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\CorInfoImpl.cs (1)
2692if (VectorFieldLayoutAlgorithm.IsVectorType(type) || VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
223if (VectorFieldLayoutAlgorithm.IsVectorType(instantiatedType) ||