Home | History | Annotate | Download | only in Analysis

Lines Matching full:opc

1601     ConstantInt *OpC = cast<ConstantInt>(*I);
1602 if (OpC->isZero()) continue;
1606 Offset += TD.getStructLayout(STy)->getElementOffset(OpC->getZExtValue());
1609 Offset += OpC->getSExtValue()*Size;