Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp852 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
862 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()
874 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); in SimplifyDemandedBits() local
876 APInt NewBits = ~InMask & NewMask; in SimplifyDemandedBits()
886 APInt InDemandedBits = InMask & NewMask; in SimplifyDemandedBits()
915 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits() local
916 if (SimplifyDemandedBits(Op.getOperand(0), InMask, in SimplifyDemandedBits()
986 APInt InMask = APInt::getLowBitsSet(BitWidth, in SimplifyDemandedBits() local
988 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | NewMask, in SimplifyDemandedBits()
993 KnownZero |= ~InMask & NewMask; in SimplifyDemandedBits()
HDSelectionDAG.cpp2077 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); in ComputeMaskedBits() local
2079 KnownZero |= (~InMask); in ComputeMaskedBits()