reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
864 if (BCI->getType() == NewGV->getType()) { 865 BCI->replaceAllUsesWith(NewGV); 868 BCI->setOperand(0, NewGV); 872 TheBC = new BitCastInst(NewGV, CI->getType(), "newgv", CI); 877 Constant *RepValue = NewGV; 878 if (NewGV->getType() != GV->getValueType()) 955 ConstantPropUsersOf(NewGV, DL, TLI); 956 if (RepValue != NewGV) 959 return NewGV;