Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp883 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
893 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()
905 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local
907 APInt NewBits = ~InMask & NewMask; in SimplifyDemandedBits()
917 APInt InDemandedBits = InMask & NewMask; in SimplifyDemandedBits()
946 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
947 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()
1017 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
1019 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | NewMask, in SimplifyDemandedBits()
1024 KnownZero |= ~InMask & NewMask; in SimplifyDemandedBits()
H A DSelectionDAG.cpp2218 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local
2220 KnownZero |= (~InMask); in computeKnownBits()