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