Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp789 unsigned OffsetBitWidth = DL.getIndexSizeInBits(ASL); in cmpGEPs() local
790 APInt OffsetL(OffsetBitWidth, 0), OffsetR(OffsetBitWidth, 0); in cmpGEPs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp196 unsigned OffsetBitWidth = DL.getIndexTypeSizeInBits(SrcPtr->getType()); in vectorizeLoadInsert() local
197 APInt Offset(OffsetBitWidth, 0); in vectorizeLoadInsert()