Home | History | Annotate | Download | only in IR

Lines Matching refs:getXor

1175       return ConstantExpr::getXor(C1, C2);
1625 return ConstantExpr::getXor(C1, ConstantExpr::getNot(C2));
1626 return ConstantExpr::getXor(ConstantExpr::getNot(C1), C2);
1628 return ConstantExpr::getXor(C1, C2);