Searched refs:MidSize (Results 1 – 3 of 3) sorted by relevance
62 static const uptr MidSize = 1UL << Config::MidSizeLog; variable63 static const uptr MidClass = MidSize / MinSize;82 const uptr T = MidSize << (ClassId >> S); in getSizeByClassId()97 if (Size <= MidSize) in getClassIdBySize()
1289 unsigned MidSize = CSrc->getType()->getScalarSizeInBits(); in visitZExt() local1296 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()1303 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()1309 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt()
2860 unsigned MidSize = MidTy->getScalarSizeInBits(); in isEliminableCastPair() local2865 if (MidSize == 64) in isEliminableCastPair()2872 if (MidSize >= PtrSize) in isEliminableCastPair()