Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CIdx

361       if (ConstantInt *CIdx = dyn_cast<ConstantInt>(Index)) {
362 if (CIdx->isZero()) continue;
363 BaseOffs += DL.getTypeAllocSize(*GTI) * CIdx->getSExtValue();