Home | History | Annotate | Download | only in X86

Lines Matching full:signbits

8495     std::vector<SDValue> SignBits(VT.getVectorNumElements(), SignBit);
8496 SDValue SignVec = DAG.getNode(ISD::BUILD_VECTOR, dl, VT, &SignBits[0],
8497 SignBits.size());
14172 // Check that the SRA is all signbits.