reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
997 for (idxOperand = 1, e = GEP.getNumOperands(); idxOperand < e; 997 for (idxOperand = 1, e = GEP.getNumOperands(); idxOperand < e; 998 idxOperand++) { 999 ConstantInt *IDX = dyn_cast<ConstantInt>(GEP.getOperand(idxOperand)); 1006 if (idxOperand + 1 != e) { 1013 computePolynomial(*GEP.getOperand(idxOperand), Result);