Home | History | Annotate | Download | only in AArch64

Lines Matching refs:KnownOne2

575     APInt KnownZero2, KnownOne2;
577 DAG.computeKnownBits(Op->getOperand(1), KnownZero2, KnownOne2, Depth + 1);
579 KnownOne &= KnownOne2;