Lines Matching refs:IndexWidth
1474 unsigned IndexWidth = Q.DL.getIndexTypeSizeInBits(I->getType()); in computeKnownBitsFromOperator() local
1475 APInt AccConstIndices(IndexWidth, 0); in computeKnownBitsFromOperator()
1478 if (IndexWidth == BitWidth) { in computeKnownBitsFromOperator()
1485 assert(IndexWidth < BitWidth && in computeKnownBitsFromOperator()
1487 Known.insertBits(KnownBits::add(Known.trunc(IndexWidth), IndexBits), 0); in computeKnownBitsFromOperator()
1533 CI->getValue().sextOrTrunc(IndexWidth) * StrideInBytes; in computeKnownBitsFromOperator()
1539 computeKnownBits(Index, Q, Depth + 1).sextOrTrunc(IndexWidth); in computeKnownBitsFromOperator()
1540 KnownBits ScalingFactor(IndexWidth); in computeKnownBitsFromOperator()
1549 KnownBits::makeConstant(APInt(IndexWidth, StrideInBytes)); in computeKnownBitsFromOperator()
3807 unsigned IndexWidth = Q.DL.getIndexTypeSizeInBits(Start->getType()); in isNonEqualPointersWithRecursiveGEP() local
3808 APInt StartOffset(IndexWidth, 0); in isNonEqualPointersWithRecursiveGEP()
3810 APInt StepOffset(IndexWidth, 0); in isNonEqualPointersWithRecursiveGEP()
3816 APInt OffsetB(IndexWidth, 0); in isNonEqualPointersWithRecursiveGEP()