Searched refs:MidSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h41 static const uptr MidSize = 1UL << MidSizeLog; member in class:scudo::SizeClassMap
42 static const uptr MidClass = MidSize / MinSize;
61 const uptr T = MidSize << (ClassId >> S);
67 if (Size <= MidSize)
96 if (S >= MidSize / 2 && (S & (S - 1)) == 0)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp763 // the truncate (MidSize), and the destination of the truncate. We know that
764 // ASize < MidSize and MidSize > ResultSize, but don't know the relation
1149 unsigned MidSize = CSrc->getType()->getScalarSizeInBits(); local
1156 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize));
1163 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize));
1169 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize));
1438 unsigned MidSize = Src->getType()->getScalarSizeInBits(); local
1440 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2635 unsigned MidSize = MidTy->getScalarSizeInBits(); local
2640 if (MidSize == 64)
2647 if (MidSize >= PtrSize)

Completed in 193 milliseconds