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