Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp524 auto ElementSizeAndAction = in findVectorLegalAction() local
527 LLT::vector(Aspect.Type.getNumElements(), ElementSizeAndAction.first); in findVectorLegalAction()
528 if (ElementSizeAndAction.second != Legal) in findVectorLegalAction()
529 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()