Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dsize_class_map.h65 static const uptr MidSize = 1UL << Config::MidSizeLog; variable
66 static const uptr MidClass = MidSize / MinSize;
85 const uptr T = MidSize << (ClassId >> S); in getSizeByClassId()
100 if (Size <= MidSize) in getClassIdBySize()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1286 unsigned MidSize = CSrc->getType()->getScalarSizeInBits(); in visitZExt() local
1293 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
1300 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
1306 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3246 unsigned MidSize = MidTy->getScalarSizeInBits(); in isEliminableCastPair() local
3251 if (MidSize == 64) in isEliminableCastPair()
3258 if (MidSize >= PtrSize) in isEliminableCastPair()