Searched refs:APWidth (Results 1 – 1 of 1) sorted by relevance
1208 uint64_t APWidth = DL.getIndexTypeSizeInBits(PN.getType()); in isSafePHIToSpeculate() local1209 APInt MaxSize(APWidth, 0); in isSafePHIToSpeculate()1230 MaxSize = MaxSize.ult(Size) ? APInt(APWidth, Size) : MaxSize; in isSafePHIToSpeculate()