Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2151 unsigned EBits = EVT.getScalarType().getSizeInBits(); in computeKnownBits() local
2155 APInt NewBits = APInt::getHighBitsSet(BitWidth, BitWidth - EBits); in computeKnownBits()
2157 APInt InSignBit = APInt::getSignBit(EBits); in computeKnownBits()
2158 APInt InputDemandedBits = APInt::getLowBitsSet(BitWidth, EBits); in computeKnownBits()