Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp666 auto ElementSizeAndAction = in findVectorLegalAction() local
669 LLT::vector(Aspect.Type.getNumElements(), ElementSizeAndAction.first); in findVectorLegalAction()
670 if (ElementSizeAndAction.second != Legal) in findVectorLegalAction()
671 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()