Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp1961 unsigned EBits = EVT.getScalarType().getSizeInBits(); in ComputeMaskedBits() local
1965 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()