Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:KnownOne

675   APInt KnownOne;
704 CurDAG->computeKnownBits(Src, KnownZero, KnownOne);
705 FuncInfo->AddLiveOutRegInfo(DestReg, NumSignBits, KnownZero, KnownOne);
1749 APInt KnownZero, KnownOne;
1750 CurDAG->computeKnownBits(LHS, KnownZero, KnownOne);
1753 if ((NeededMask & KnownOne) == NeededMask)