Searched defs:isVarg (Results 1 – 3 of 3) sorted by relevance
264 const std::vector<TypeAttrs> &vecAttrs, bool isVarg, in GetOrCreateFunctionType()
277 bool isVarg, bool createBody) const in CreateFunction()
225 Type *LMIRBuilder::CreateFuncType(std::vector<Type *> params_, Type *retType, bool isVarg) in CreateFuncType()