Searched refs:APRhs (Results 1 – 1 of 1) sorted by relevance
6659 const APInt &APRhs = RHS1C->getAPIntValue(); in foldAndOrOfSETCC() local6663 if (APLhs == (-APRhs) && in foldAndOrOfSETCC()6666 const APInt &C = APLhs.isNegative() ? APRhs : APLhs; in foldAndOrOfSETCC()6693 const APInt &MaxC = APIntOps::smax(APRhs, APLhs); in foldAndOrOfSETCC()6694 const APInt &MinC = APIntOps::smin(APRhs, APLhs); in foldAndOrOfSETCC()