Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:OnesV

7259     SDValue OnesV = BuildSplatI(-1, 4, MVT::v4i32, DAG, dl);
7262 SDValue Res = BuildIntrinsicOp(Intrinsic::ppc_altivec_vslw, OnesV,
7263 OnesV, DAG, dl);
7265 // xor by OnesV to invert it.
7266 Res = DAG.getNode(ISD::XOR, dl, MVT::v4i32, Res, OnesV);