Searched refs:ElementSizeAndAction (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp664 auto ElementSizeAndAction = local
667 LLT::vector(Aspect.Type.getNumElements(), ElementSizeAndAction.first);
668 if (ElementSizeAndAction.second != Legal)
669 return {ElementSizeAndAction.second, IntermediateType};

Completed in 100 milliseconds