reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
56 if (V->getType() != GCL->getType()) 57 V = ConstantExpr::getBitCast(V, GCL->getType()); 57 V = ConstantExpr::getBitCast(V, GCL->getType()); 58 GCL->replaceAllUsesWith(V);