Searched refs:ECst (Results 1 – 1 of 1) sorted by relevance
806 ConstantInt *ECst = dyn_cast<ConstantInt>(E); in foldLogOpOfMaskedICmps() local807 if (!ECst) return nullptr; in foldLogOpOfMaskedICmps()811 ECst = cast<ConstantInt>(ConstantExpr::getXor(DCst, ECst)); in foldLogOpOfMaskedICmps()815 (CCst->getValue() ^ ECst->getValue())) != 0) in foldLogOpOfMaskedICmps()818 Value *newOr2 = ConstantExpr::getOr(CCst, ECst); in foldLogOpOfMaskedICmps()