Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp1056 CharUnits TypeSizeInBytes = in MakeInfo() local
1058 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1376 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinValue(); in computeKnownBitsFromOperator() local
1383 ScalingFactor.Zero.setLowBits(llvm::countr_zero(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1386 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1392 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()