Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:replaceAllUsesWith

2222           Inst->replaceAllUsesWith(C);
2321 Inst->replaceAllUsesWith(UndefValue::get(Inst->getType()));
2411 I->replaceAllUsesWith(Result);
2466 /// replaceAllUsesWith - override so that instruction replacement
2468 virtual void replaceAllUsesWith(Instruction *I, Value *With) const {