Searched refs:APRhs (Results 1 – 1 of 1) sorted by relevance
6274 const APInt &APRhs = RHS1C->getAPIntValue(); in foldAndOrOfSETCC() local6278 if (APLhs == (-APRhs) && in foldAndOrOfSETCC()6281 const APInt &C = APLhs.isNegative() ? APRhs : APLhs; in foldAndOrOfSETCC()6308 const APInt &MaxC = APIntOps::smax(APRhs, APLhs); in foldAndOrOfSETCC()6309 const APInt &MinC = APIntOps::smin(APRhs, APLhs); in foldAndOrOfSETCC()