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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1636 APInt InMask = NewMask.trunc(OperandBitWidth); local
1646 if (SimplifyDemandedBits(Op.getOperand(0), InMask,
1658 APInt InMask = APInt::getLowBitsSet(BitWidth, InBits); local
1660 APInt NewBits = ~InMask & NewMask;
1670 APInt InDemandedBits = InMask & NewMask;
1699 APInt InMask = NewMask.trunc(OperandBitWidth); local
1700 if (SimplifyDemandedBits(Op.getOperand(0), InMask,
1770 APInt InMask = APInt::getLowBitsSet(BitWidth, local
1772 if (SimplifyDemandedBits(Op.getOperand(0), ~InMask | NewMask,
1777 KnownZero |= ~InMask
[all...]
H A DSelectionDAG.cpp2003 APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits()); local
2005 KnownZero |= (~InMask);

Completed in 449 milliseconds