Home | History | Annotate | Download | only in ARM

Lines Matching refs:OrigTy

6528                                             const EVT &OrigTy,
6531 // The vector originally had a size of OrigTy. It was then extended to ExtTy.
6532 // We expect the ExtTy to be 128-bits total. If the OrigTy is less than
6535 if (OrigTy.getSizeInBits() >= 64)
6539 EVT NewVT = getExtensionTo64Bits(OrigTy);