Searched refs:PtrBitWidth (Results 1 – 1 of 1) sorted by relevance
323 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess() local324 APInt Size(PtrBitWidth, DL.getTypeStoreSize(PtrATy)); in isConsecutiveAccess()331 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType()); in areConsecutivePointers() local332 APInt OffsetA(PtrBitWidth, 0); in areConsecutivePointers()333 APInt OffsetB(PtrBitWidth, 0); in areConsecutivePointers()