Searched refs:EBits (Results 1 – 1 of 1) sorted by relevance
1961 unsigned EBits = EVT.getScalarType().getSizeInBits(); in ComputeMaskedBits() local1965 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - EBits); in ComputeMaskedBits()1967 APInt InSignBit = APInt::getSignBit(EBits); in ComputeMaskedBits()1968 APInt InputDemandedBits = APInt::getLowBitsSet(BitWidth, EBits); in ComputeMaskedBits()