Searched refs:MidSize (Results 1 – 3 of 3) sorted by relevance
65 static const uptr MidSize = 1UL << Config::MidSizeLog; variable66 static const uptr MidClass = MidSize / MinSize;85 const uptr T = MidSize << (ClassId >> S); in getSizeByClassId()100 if (Size <= MidSize) in getClassIdBySize()
1165 unsigned MidSize = CSrc->getType()->getScalarSizeInBits(); in visitZExt() local1172 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()1179 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()1185 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt()
3231 unsigned MidSize = MidTy->getScalarSizeInBits(); in isEliminableCastPair() local3236 if (MidSize == 64) in isEliminableCastPair()3243 if (MidSize >= PtrSize) in isEliminableCastPair()