Home | History | Annotate | Download | only in ARM

Lines Matching refs:ExtTy

7353                                             const EVT &ExtTy,
7355 // The vector originally had a size of OrigTy. It was then extended to ExtTy.
7356 // We expect the ExtTy to be 128-bits total. If the OrigTy is less than
7358 assert(ExtTy.is128BitVector() && "Unexpected extension size");