Home | History | Annotate | Download | only in Sema

Lines Matching refs:TV

335   unsigned TV = 0;
351 TV = Result.getLimitedValue(64);
352 if ((TV > 63) || (mask & (1 << TV)) == 0)
364 QualType EltTy = getNeonEltType(NeonTypeFlags(TV), Context);