Searched defs:replaceAllUsesWith (Results 1 – 5 of 5) sorted by relevance
| /external/llvm/lib/IR/ | ||
| D | Value.cpp | 339 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value |
| D | DebugInfo.cpp | 344 void DIType::replaceAllUsesWith(LLVMContext &VMContext, DIDescriptor D) { in replaceAllUsesWith() function in DIType |
| /external/llvm/lib/Transforms/Utils/ | ||
| D | SimplifyLibCalls.cpp | 2310 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) const { in replaceAllUsesWith() function in llvm::LibCallSimplifier |
| /external/llvm/lib/Transforms/InstCombine/ | ||
| D | InstructionCombining.cpp | 2816 void replaceAllUsesWith(Instruction *I, Value *With) const override { in replaceAllUsesWith() function in __anon352939890111::InstCombinerLibCallSimplifier |
| /external/llvm/lib/CodeGen/ | ||
| D | CodeGenPrepare.cpp | 1446 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in __anon2165e6110311::TypePromotionTransaction |