Searched refs:BigCst (Results 1 – 1 of 1) sorted by relevance
759 ConstantInt *AndCst, *SmallCst = 0, *BigCst = 0; in FoldAndOfICmps() local765 BigCst = LHSCst; in FoldAndOfICmps()771 BigCst = RHSCst; in FoldAndOfICmps()774 if (SmallCst && BigCst) { in FoldAndOfICmps()775 unsigned BigBitSize = BigCst->getType()->getBitWidth(); in FoldAndOfICmps()780 if ((Low & AndCst->getValue()) == 0 && (Low & BigCst->getValue()) == 0) { in FoldAndOfICmps()782 APInt N = SmallCst->getValue().zext(BigBitSize) | BigCst->getValue(); in FoldAndOfICmps()