Searched refs:APRhs (Results 1 – 1 of 1) sorted by relevance
6270 const APInt &APRhs = RHS1C->getAPIntValue(); in foldAndOrOfSETCC() local6274 if (APLhs == (-APRhs) && in foldAndOrOfSETCC()6277 const APInt &C = APLhs.isNegative() ? APRhs : APLhs; in foldAndOrOfSETCC()6304 const APInt &MaxC = APIntOps::smax(APRhs, APLhs); in foldAndOrOfSETCC()6305 const APInt &MinC = APIntOps::smin(APRhs, APLhs); in foldAndOrOfSETCC()