Searched refs:TypeSizeInBytes (Results 1 – 2 of 2) sorted by relevance
847 CharUnits TypeSizeInBytes = in MakeInfo() local849 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
1372 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinValue(); in computeKnownBitsFromOperator() local1379 ScalingFactor.Zero.setLowBits(countTrailingZeros(TypeSizeInBytes)); in computeKnownBitsFromOperator()1382 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()1388 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()