Home | History | Annotate | Download | only in AArch64

Lines Matching refs:ExtTy

2436                                                  const EVT &ExtTy,
2438 // The vector originally had a size of OrigTy. It was then extended to ExtTy.
2439 // We expect the ExtTy to be 128-bits total. If the OrigTy is less than
2441 assert(ExtTy.is128BitVector() && "Unexpected extension size");
7892 ISD::LoadExtType ExtTy,
7896 if (ExtTy != ISD::NON_EXTLOAD)