Searched refs:AlignmentAPI (Results 1 – 1 of 1) sorted by relevance
5993 Optional<APInt> AlignmentAPI = getAPInt(A, *this, *Align); in manifest() local5994 assert(AlignmentAPI && AlignmentAPI.value().getZExtValue() > 0 && in manifest()5997 Alignment, assumeAligned(AlignmentAPI.value().getZExtValue())); in manifest()