Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:KnownOne

531   APInt KnownOne;
560 CurDAG->ComputeMaskedBits(Src, KnownZero, KnownOne);
561 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne);
1475 APInt KnownZero, KnownOne;
1476 CurDAG->ComputeMaskedBits(LHS, KnownZero, KnownOne);
1479 if ((NeededMask & KnownOne) == NeededMask)