Searched refs:LHSPositive (Results 1 – 1 of 1) sorted by relevance
4229 bool LHSPositive = !!(LHSKnown.Zero & (1 << 23)); in computeKnownBitsForTargetNode() local4232 if ((!LHSNegative && !LHSPositive) || (!RHSNegative && !RHSPositive)) in computeKnownBitsForTargetNode()4234 Negative = (LHSNegative && RHSPositive) || (LHSPositive && RHSNegative); in computeKnownBitsForTargetNode()