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