Home | History | Annotate | Download | only in IPA

Lines Matching defs:OpC

258     ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
259 if (!OpC)
261 OpC = dyn_cast<ConstantInt>(SimpleOp);
262 if (!OpC)
264 if (OpC->isZero()) continue;
268 unsigned ElementIdx = OpC->getZExtValue();
275 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;