Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h62 static const uptr MidSize = 1UL << Config::MidSizeLog; variable
63 static const uptr MidClass = MidSize / MinSize;
82 const uptr T = MidSize << (ClassId >> S); in getSizeByClassId()
97 if (Size <= MidSize) in getClassIdBySize()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1298 unsigned MidSize = CSrc->getType()->getScalarSizeInBits(); in visitZExt() local
1305 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
1312 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
1318 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp3077 unsigned MidSize = MidTy->getScalarSizeInBits(); in isEliminableCastPair() local
3082 if (MidSize == 64) in isEliminableCastPair()
3089 if (MidSize >= PtrSize) in isEliminableCastPair()