Searched refs:BigC (Results 1 – 1 of 1) sorted by relevance
3412 const APInt *AndC, *SmallC = nullptr, *BigC = nullptr; in foldAndOrOfICmps() local3419 BigC = LHSC; in foldAndOrOfICmps()3423 BigC = RHSC; in foldAndOrOfICmps()3426 if (SmallC && BigC) { in foldAndOrOfICmps()3427 unsigned BigBitSize = BigC->getBitWidth(); in foldAndOrOfICmps()3432 if ((Low & *AndC).isZero() && (Low & *BigC).isZero()) { in foldAndOrOfICmps()3434 APInt N = SmallC->zext(BigBitSize) | *BigC; in foldAndOrOfICmps()