Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:Demanded

185       APInt Demanded = APInt::getAllOnesValue(BitWidth);
186 return SimplifyDemandedBits(Op, Demanded);
189 bool SimplifyDemandedBits(SDValue Op, const APInt &Demanded);
916 bool DAGCombiner::SimplifyDemandedBits(SDValue Op, const APInt &Demanded) {
919 if (!TLI.SimplifyDemandedBits(Op, Demanded, KnownZero, KnownOne, TLO))
3860 // Simplify the operands using demanded-bits information.
4917 // demanded.
6980 // demanded.
7295 // Simplify the operands using demanded-bits information.