Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp6680 std::optional<APInt> SizeAPI = getSize(A, *this, AI); in manifest() local
6681 if (SizeAPI) { in manifest()
6682 Size = ConstantInt::get(AI.CB->getContext(), *SizeAPI); in manifest()