Home
last modified time | relevance | path

Searched defs:InMask (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp882 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
904 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local
945 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
1016 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
DSelectionDAG.cpp2222 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local