Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SrcBitSize

1088     uint32_t SrcBitSize = SrcTy->getScalarSizeInBits();
1093 if (ComputeNumSignBits(Res) > DestBitSize - SrcBitSize)
1097 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize);
1106 uint32_t SrcBitSize = SrcTy->getScalarSizeInBits();
1110 Value *ShAmt = ConstantInt::get(DestTy, DestBitSize-SrcBitSize);