Searched refs:APLhs (Results 1 – 1 of 1) sorted by relevance
6273 const APInt &APLhs = LHS1C->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()