Home | History | Annotate | Download | only in Linker

Lines Matching refs:getBitCast

696   ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
698 DstGV->replaceAllUsesWith(ConstantExpr::getBitCast(NG, DstGV->getType()));
740 ValueMap[SGV] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGV->getType()));
765 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDGV, DGV->getType()));
794 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType()));
814 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDF, DGV->getType()));
849 ValueMap[SGA] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGA->getType()));
869 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDA, DGV->getType()));