Searched refs:makeVectorType (Results 1 – 3 of 3) sorted by relevance
344 ArgType makeVectorType(ASTContext &C, unsigned NumElts) const;
603 ArgType ArgType::makeVectorType(ASTContext &C, unsigned NumElts) const { in makeVectorType() function in ArgType
744 return ScalarTy.makeVectorType(Ctx, VectorNumElts.getConstantAmount()); in getArgType()