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