Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1819 unsigned EBits = EVT.getScalarType().getSizeInBits(); in ComputeMaskedBits() local
1823 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()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2210 unsigned EBits = EVT.getScalarType().getSizeInBits(); in computeKnownBits() local
2214 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()