Home | History | Annotate | Download | only in Linker

Lines Matching refs:getBitCast

871   ValueMap[SrcGV] = ConstantExpr::getBitCast(NG, TypeMap.get(SrcGV->getType()));
873 DstGV->replaceAllUsesWith(ConstantExpr::getBitCast(NG, DstGV->getType()));
931 ValueMap[SGV] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGV->getType()));
966 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDGV, DGV->getType()));
1010 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType()));
1048 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDF, DGV->getType()));
1091 ValueMap[SGA] = ConstantExpr::getBitCast(DGV,TypeMap.get(SGA->getType()));
1119 DGV->replaceAllUsesWith(ConstantExpr::getBitCast(NewDA, DGV->getType()));