Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp921 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
931 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()
943 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local
945 APInt NewBits = ~InMask & NewMask; in SimplifyDemandedBits()
955 APInt InDemandedBits = InMask & NewMask; in SimplifyDemandedBits()
984 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
985 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()
1055 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
1057 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | NewMask, in SimplifyDemandedBits()
1062 KnownZero |= ~InMask & NewMask; in SimplifyDemandedBits()
DSelectionDAG.cpp2349 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in computeKnownBits() local
2351 KnownZero |= (~InMask); in computeKnownBits()