Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp12763 unsigned long NumBytesToAllocate = (FixedAllocatedSizeInBits + 7) / 8; in manifest() local
12774 ConstantInt::get(I->getContext(), APInt(32, NumBytesToAllocate)); in manifest()