Home | History | Annotate | Download | only in AArch64

Lines Matching refs:TmpVT

4562         MVT TmpVT;
4563 if (isValueAvailable(ZExt) && isTypeSupported(ZExt->getSrcTy(), TmpVT)) {
4564 SrcVT = TmpVT;
4571 MVT TmpVT;
4572 if (isValueAvailable(SExt) && isTypeSupported(SExt->getSrcTy(), TmpVT)) {
4573 SrcVT = TmpVT;