Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp345 auto ElementSizeAndAction = in findVectorLegalAction() local
348 ElementSizeAndAction.first); in findVectorLegalAction()
349 if (ElementSizeAndAction.second != Legal) in findVectorLegalAction()
350 return {ElementSizeAndAction.second, IntermediateType}; in findVectorLegalAction()