Lines Matching refs:getValueSizeInBits

3108     Mask = Mask.trunc(N0Op0.getValueSizeInBits());  in visitAND()
3130 N0.getValueSizeInBits() == N0.getOperand(0).getScalarValueSizeInBits() && in visitAND()
6267 if (!(KnownZero | APInt(Op.getValueSizeInBits(), 1)).isAllOnesValue()) in isTruncateOf()
6295 (Op.getValueSizeInBits() == N0.getValueSizeInBits()) ? in visitZERO_EXTEND()
6296 APInt(Op.getValueSizeInBits(), 0) : in visitZERO_EXTEND()
6297 APInt::getBitsSet(Op.getValueSizeInBits(), in visitZERO_EXTEND()
6298 N0.getValueSizeInBits(), in visitZERO_EXTEND()
6299 std::min(Op.getValueSizeInBits(), in visitZERO_EXTEND()
7210 GetDemandedBits(N0, APInt::getLowBitsSet(N0.getValueSizeInBits(), in visitTRUNCATE()
10293 unsigned BitWidth = Origin->getValueSizeInBits(0); in getUsedBits()
10295 assert(Inst->getValueSizeInBits(0) <= BitWidth && in getUsedBits()
10297 APInt UsedBits(Inst->getValueSizeInBits(0), 0); in getUsedBits()
10380 unsigned TySizeInBytes = Origin->getValueSizeInBits(0) / 8; in getOffsetFromBase()
10381 assert(!(Origin->getValueSizeInBits(0) & 0x7) && in getOffsetFromBase()
10632 APInt UsedBits(LD->getValueSizeInBits(0), 0); in SliceUpLoad()
10664 unsigned Width = User->getValueSizeInBits(0); in SliceUpLoad()
10771 NotMaskLZ -= 64-V.getValueSizeInBits(); in CheckForMaskedLoad()
10773 unsigned MaskedBytes = (V.getValueSizeInBits()-NotMaskLZ-NotMaskTZ)/8; in CheckForMaskedLoad()
10804 APInt Mask = ~APInt::getBitsSet(IVal.getValueSizeInBits(), in ShrinkLoadReplaceStoreWithStore()
10906 unsigned BitWidth = N1.getValueSizeInBits(); in ReduceLoadOpStoreWidth()