Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgSize

1588         llvm::APSInt ArgSize(S.Context.getTypeSize(S.Context.IntTy), false);
1589 ArgSize = VectorArg->getNumElements();
1590 return DeduceNonTypeTemplateArgument(S, NTTP, ArgSize, S.Context.IntTy,