Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp859 CharUnits TypeSizeInBytes = in MakeInfo() local
861 uint64_t TypeSizeInBits = Types.getContext().toBits(TypeSizeInBytes); in MakeInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1201 uint64_t TypeSizeInBytes = IndexTypeSize.getKnownMinValue(); in computeKnownBitsFromOperator() local
1208 ScalingFactor.Zero.setLowBits(llvm::countr_zero(TypeSizeInBytes)); in computeKnownBitsFromOperator()
1211 APInt ScalingFactor(IndexBitWidth, TypeSizeInBytes); in computeKnownBitsFromOperator()
1217 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()