Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp816 unsigned MidSize = CSrc->getType()->getScalarSizeInBits(); in visitZExt() local
823 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
830 APInt AndValue(APInt::getLowBitsSet(SrcSize, MidSize)); in visitZExt()
836 APInt AndValue(APInt::getLowBitsSet(DstSize, MidSize)); in visitZExt()
1137 unsigned MidSize = Src->getType()->getScalarSizeInBits(); in visitSExt() local
1139 unsigned ShAmt = CA->getZExtValue()+SrcDstSize-MidSize; in visitSExt()
/freebsd-10-stable/contrib/llvm/lib/IR/
DInstructions.cpp2236 unsigned MidSize = MidTy->getScalarSizeInBits(); in isEliminableCastPair() local
2241 if (MidSize == 64) in isEliminableCastPair()
2248 if (MidSize >= PtrSize) in isEliminableCastPair()