Home | History | Annotate | Download | only in AArch64

Lines Matching refs:ExtTy

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