Home
last modified time | relevance | path

Searched refs:SizeAPI (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6721 std::optional<APInt> SizeAPI = getSize(A, *this, AI); in manifest() local
6722 if (SizeAPI) { in manifest()
6723 Size = ConstantInt::get(AI.CB->getContext(), *SizeAPI); in manifest()