Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getXor

163         Together = ConstantExpr::getXor(AndRHS, Together);
683 CCst = dyn_cast<ConstantInt>( ConstantExpr::getXor(BCst, CCst) );
687 ECst = dyn_cast<ConstantInt>( ConstantExpr::getXor(DCst, ECst) );
690 ConstantExpr::getXor(CCst, ECst)) );