Searched refs:LHSNegative (Results 1 – 2 of 2) sorted by relevance
165 bool LHSNonNegative, LHSNegative; in WillNotOverflowSignedMul() local167 ComputeSignBit(LHS, LHSNonNegative, LHSNegative, /*Depth=*/0, &CxtI); in WillNotOverflowSignedMul()
4228 bool LHSNegative = !!(LHSKnown.One & (1 << 23)); in computeKnownBitsForTargetNode() local4232 if ((!LHSNegative && !LHSPositive) || (!RHSNegative && !RHSPositive)) in computeKnownBitsForTargetNode()4234 Negative = (LHSNegative && RHSPositive) || (LHSPositive && RHSNegative); in computeKnownBitsForTargetNode()