Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5973 Optional<APInt> SizeAPI = getSize(A, *this, AI); in manifest() local
5974 if (SizeAPI) { in manifest()
5975 Size = ConstantInt::get(AI.CB->getContext(), *SizeAPI); in manifest()