Lines Matching refs:Upper
3746 // Similar to isLowerSaturate(), but checks for upper-saturating conditions.
3815 // Figure out which conditional is saturating the lower/upper bound.
3831 // the opposite of the constant in the upper-bound check
5392 // upper and lower parts of the mask with a matching value for WhichResult
7059 SDValue Upper = DAG.getNode(ISD::SRL, dl, MVT::i64, Result,
7061 Upper = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Upper);
7064 Results.push_back(Upper);