Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp1310 unsigned IndexBitWidth = Index->getType()->getScalarSizeInBits(); in computeKnownBitsFromOperator() local
1311 KnownBits IndexBits(IndexBitWidth); in computeKnownBitsFromOperator()
1315 KnownBits ScalingFactor(IndexBitWidth); in computeKnownBitsFromOperator()
1324 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1330 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()