4 references to IsVectorOfTType
ILCompiler.ReadyToRun (4)
Compiler\ReadyToRunCodegenCompilation.cs (1)
600if (VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(defType))
Compiler\ReadyToRunCompilerContext.cs (1)
132else if (VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(type))
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
1174if (owningDefType != null && VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(owningDefType))
src\runtime\src\coreclr\tools\Common\JitInterface\SystemVStructClassificator.cs (1)
224VectorOfTFieldLayoutAlgorithm.IsVectorOfTType(instantiatedType) ||