Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp333 unsigned PtrBitWidth = DL.getPointerSizeInBits(ASA); in isConsecutiveAccess() local
334 APInt Size(PtrBitWidth, DL.getTypeStoreSize(PtrATy)); in isConsecutiveAccess()
342 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(PtrA->getType()); in areConsecutivePointers() local
343 APInt OffsetA(PtrBitWidth, 0); in areConsecutivePointers()
344 APInt OffsetB(PtrBitWidth, 0); in areConsecutivePointers()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h466 unsigned PtrBitWidth = DL.getPointerTypeSizeInBits(F->getType()); in addLogicalModule()
471 ConstantInt::get(GVsM->getContext(), APInt(PtrBitWidth, StubAddr)); in addLogicalModule()