Lines Matching defs:Ones
50923 SDValue Ones = N->getOperand(1);
50925 !ISD::isBuildVectorAllOnes(Ones.getNode()))
50937 return DAG.getSetCC(SDLoc(N), VT, Shift.getOperand(0), Ones, ISD::SETGT);
56031 APInt Ones = APInt::getAllOnes(EltBits);
56036 Results[I] = (LHSBits[I] == RHSBits[I]) ? Ones : Zero;
56039 Results[I] = (!AnyUndef && LHSBits[I].sgt(RHSBits[I])) ? Ones : Zero;