Searched refs:SizeAPI (Results 1 – 1 of 1) sorted by relevance
6680 std::optional<APInt> SizeAPI = getSize(A, *this, AI); in manifest() local6681 if (SizeAPI) { in manifest()6682 Size = ConstantInt::get(AI.CB->getContext(), *SizeAPI); in manifest()