Home
last modified time | relevance | path

Searched refs:PtrBitWidth (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp323 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess() local
324 APInt Size(PtrBitWidth, DL.getTypeStoreSize(PtrATy)); in isConsecutiveAccess()
331 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType()); in areConsecutivePointers() local
332 APInt OffsetA(PtrBitWidth, 0); in areConsecutivePointers()
333 APInt OffsetB(PtrBitWidth, 0); in areConsecutivePointers()