Searched refs:PtrBitWidth (Results 1 – 1 of 1) sorted by relevance
326 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess() local327 APInt Size(PtrBitWidth, DL.getTypeStoreSize(PtrATy)); in isConsecutiveAccess()334 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType()); in areConsecutivePointers() local335 APInt OffsetA(PtrBitWidth, 0); in areConsecutivePointers()336 APInt OffsetB(PtrBitWidth, 0); in areConsecutivePointers()