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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h62 static const uptr MidSize = 1UL << Config::MidSizeLog; member in class:scudo::FixedSizeClassMap
63 static const uptr MidClass = MidSize / MinSize;
84 const uptr T = MidSize << (ClassId >> S);
93 if (Size <= MidSize)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp793 // the truncate (MidSize), and the destination of the truncate. We know that
794 // ASize < MidSize and MidSize > ResultSize, but don't know the relation
1199 unsigned MidSize = CSrc->getType()->getScalarSizeInBits(); local
1206 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize));
1213 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize));
1219 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize));
1488 unsigned MidSize = Src->getType()->getScalarSizeInBits(); local
1490 Constant *SizeDiff = ConstantInt::get(CA->getType(), SrcDstSize - MidSize);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2767 unsigned MidSize = MidTy->getScalarSizeInBits(); local
2772 if (MidSize == 64)
2779 if (MidSize >= PtrSize)

Completed in 142 milliseconds