Searched refs:CHAR_BITS (Results 1 – 3 of 3) sorted by relevance
193 #define CHAR_BITS 8 macro
3649 : INT32_BITS - (CHAR_BITS * typeWidthInBytes(Src0Ty))); in lowerCast()3653 : (1 << (CHAR_BITS * typeWidthInBytes(Src0Ty))) - 1); in lowerCast()4602 const uint32_t Mask = (1 << (CHAR_BITS * typeWidthInBytes(DestTy))) - 1; in lowerIntrinsicCall()4687 const uint32_t Mask = (1 << (CHAR_BITS * typeWidthInBytes(Ty))) - 1; in lowerIntrinsicCall()4738 (INT32_BITS - CHAR_BITS * typeWidthInBytes(DestTy)); in lowerIntrinsicCall()4739 const uint32_t Mask = (1 << (CHAR_BITS * typeWidthInBytes(DestTy))) - 1; in lowerIntrinsicCall()4829 INT32_BITS - (CHAR_BITS * typeWidthInBytes(DestTy)); in lowerIntrinsicCall()4830 const uint32_t Mask = (1 << (CHAR_BITS * typeWidthInBytes(DestTy))) - 1; in lowerIntrinsicCall()
854 static constexpr uint32_t CHAR_BITS = 8; variable