Home
last modified time | relevance | path

Searched defs:replaceAllUsesWith (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/IR/
DValue.cpp339 void Value::replaceAllUsesWith(Value *New) { in replaceAllUsesWith() function in Value
DDebugInfo.cpp344 void DIType::replaceAllUsesWith(LLVMContext &VMContext, DIDescriptor D) { in replaceAllUsesWith() function in DIType
370 void DIType::replaceAllUsesWith(MDNode *D) { in replaceAllUsesWith() function in DIType
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2310 void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) const { in replaceAllUsesWith() function in llvm::LibCallSimplifier
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp2816 void replaceAllUsesWith(Instruction *I, Value *With) const override { in replaceAllUsesWith() function in __anon352939890111::InstCombinerLibCallSimplifier
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1446 void TypePromotionTransaction::replaceAllUsesWith(Instruction *Inst, in replaceAllUsesWith() function in __anon2165e6110311::TypePromotionTransaction