Searched refs:SizeAPI (Results 1 – 1 of 1) sorted by relevance
5918 Optional<APInt> SizeAPI = getSize(A, *this, AI); in manifest() local5919 if (SizeAPI.hasValue()) { in manifest()5920 Size = ConstantInt::get(AI.CB->getContext(), *SizeAPI); in manifest()