Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:KnownOne

541   APInt KnownOne;
570 CurDAG->ComputeMaskedBits(Src, KnownZero, KnownOne);
571 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne);
1418 APInt KnownZero, KnownOne;
1419 CurDAG->ComputeMaskedBits(LHS, KnownZero, KnownOne);
1422 if ((NeededMask & KnownOne) == NeededMask)