Searched refs:VAInfo (Results 1 – 2 of 2) sorted by relevance
531 std::optional<std::pair<unsigned, const APInt &>> VAInfo,
1389 std::optional<std::pair<unsigned, const APInt &>> VAInfo, in getPrototype() argument1436 unsigned NumArgs = VAInfo ? VAInfo->first : Args.size(); in getPrototype()1489 if (VAInfo) in getPrototype()1490 O << (first ? "" : ",") << " .param .align " << VAInfo->second in getPrototype()