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