Searched refs:EBits (Results 1 – 2 of 2) sorted by relevance
1819 unsigned EBits = EVT.getScalarType().getSizeInBits(); in ComputeMaskedBits() local1823 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - EBits) & Mask; in ComputeMaskedBits()1825 APInt InSignBit = APInt::getSignBit(EBits); in ComputeMaskedBits()1826 APInt InputDemandedBits = Mask & APInt::getLowBitsSet(BitWidth, EBits); in ComputeMaskedBits()
2210 unsigned EBits = EVT.getScalarType().getSizeInBits(); in computeKnownBits() local2214 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - EBits); in computeKnownBits()2216 APInt InSignBit = APInt::getSignBit(EBits); in computeKnownBits()2217 APInt InputDemandedBits = APInt::getLowBitsSet(BitWidth, EBits); in computeKnownBits()