Lines Matching defs:EltC
23174 const APInt &EltC = Elt->getAPIntValue();23175 if ((IsInc && EltC.isMaxValue()) || (!IsInc && EltC.isZero()))23177 if (NSW && ((IsInc && EltC.isMaxSignedValue()) ||23178 (!IsInc && EltC.isMinSignedValue())))23181 NewVecC.push_back(DAG.getConstant(EltC + (IsInc ? 1 : -1), DL, EltVT));