Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CIdx

331       if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
332 if (CIdx->isZero()) continue;
333 BaseOffs += TD->getTypeAllocSize(*GTI)*CIdx->getSExtValue();