reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1045 for (unsigned i = 0, n = In->getNumOperands(); i != n; ++i) { 1045 for (unsigned i = 0, n = In->getNumOperands(); i != n; ++i) { 1046 if (ConstantInt *CI = dyn_cast<ConstantInt>(In->getOperand(i))) 1048 In->setOperand(i, ConstantInt::get(DestTy, CI->getZExtValue()));