Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1352 unsigned IndexBitWidth = Index->getType()->getScalarSizeInBits(); in computeKnownBitsFromOperator() local
1353 KnownBits IndexBits(IndexBitWidth); in computeKnownBitsFromOperator()
1357 KnownBits ScalingFactor(IndexBitWidth); in computeKnownBitsFromOperator()
1366 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1372 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()