Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ComputeMaskedBits

371       TLO.DAG.ComputeMaskedBits(Op, KnownZero, KnownOne, Depth);
401 TLO.DAG.ComputeMaskedBits(Op.getOperand(0), LHSZero, LHSOne, Depth);
989 // Just use ComputeMaskedBits to compute output bits.
990 TLO.DAG.ComputeMaskedBits(Op, KnownZero, KnownOne, Depth);
1034 /// one bit set. This differs from ComputeMaskedBits in that it doesn't need to
1057 // Fall back to ComputeMaskedBits to catch other known cases.
1061 DAG.ComputeMaskedBits(Val, KnownZero, KnownOne);