Home
last modified time | relevance | path

Searched refs:VectorNumElts (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DFormatString.h388 OptionalAmount VectorNumElts; variable
397 : CS(isPrintf), VectorNumElts(false), in FormatSpecifier()
427 VectorNumElts = Amt; in setVectorNumElts()
431 return VectorNumElts; in getVectorNumElts()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DPrintfFormatString.cpp637 if (!ScalarTy.isValid() || VectorNumElts.isInvalid()) in getArgType()
640 return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount()); in getArgType()
698 VectorNumElts = OptionalAmount(VT->getNumElements()); in fixType()
876 if (!VectorNumElts.isInvalid()) in toString()
877 os << 'v' << VectorNumElts.getConstantAmount(); in toString()