Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ComputeMaskedBits

1226       TLO.DAG.ComputeMaskedBits(Op, DemandedMask, KnownZero, KnownOne, Depth);
1256 TLO.DAG.ComputeMaskedBits(Op.getOperand(0), NewMask,
1826 // Just use ComputeMaskedBits to compute output bits.
1827 TLO.DAG.ComputeMaskedBits(Op, NewMask, KnownZero, KnownOne, Depth);
1872 /// one bit set. This differs from ComputeMaskedBits in that it doesn't need to
1895 // Fall back to ComputeMaskedBits to catch other known cases.
1900 DAG.ComputeMaskedBits(Val, Mask, KnownZero, KnownOne);