Home
last modified time | relevance | path

Searched refs:TypeSizeInBytes (Results 26 – 26 of 26) sorted by relevance

12

/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DValueTracking.cpp1356 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinSize(); in computeKnownBitsFromOperator() local
1363 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1366 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1372 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()

12