Searched refs:DCst (Results 1 – 1 of 1) sorted by relevance
765 ConstantInt *DCst = dyn_cast<ConstantInt>(D); in foldLogOpOfMaskedICmps() local766 if (!DCst) return nullptr; in foldLogOpOfMaskedICmps()774 APInt NewMask = BCst->getValue() & DCst->getValue(); in foldLogOpOfMaskedICmps()778 else if (NewMask == DCst->getValue()) in foldLogOpOfMaskedICmps()786 APInt NewMask = BCst->getValue() | DCst->getValue(); in foldLogOpOfMaskedICmps()790 else if (NewMask == DCst->getValue()) in foldLogOpOfMaskedICmps()811 ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst)); in foldLogOpOfMaskedICmps()814 if (((BCst->getValue() & DCst->getValue()) & in foldLogOpOfMaskedICmps()