Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp326 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess() local
327 APInt Size(PtrBitWidth, DL.getTypeStoreSize(PtrATy)); in isConsecutiveAccess()
334 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType()); in areConsecutivePointers() local
335 APInt OffsetA(PtrBitWidth, 0); in areConsecutivePointers()
336 APInt OffsetB(PtrBitWidth, 0); in areConsecutivePointers()