Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5918 Optional<APInt> SizeAPI = getSize(A, *this, AI); in manifest() local
5919 if (SizeAPI.hasValue()) { in manifest()
5920 Size = ConstantInt::get(AI.CB->getContext(), *SizeAPI); in manifest()