Lines Matching defs:EltC
23554 const APInt &EltC = Elt->getAPIntValue();23555 if ((IsInc && EltC.isMaxValue()) || (!IsInc && EltC.isZero()))23557 if (NSW && ((IsInc && EltC.isMaxSignedValue()) ||23558 (!IsInc && EltC.isMinSignedValue())))23561 NewVecC.push_back(DAG.getConstant(EltC + (IsInc ? 1 : -1), DL, EltVT));