Searched refs:replaceUsesOfWithOnConstant (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constant.h | 154 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() function
|
D | GlobalVariable.h | 170 void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) override;
|
D | Constants.h | 366 void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) override; 424 void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) override; 475 void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) override; 801 void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) override; 1158 void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) override;
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 194 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in GlobalVariable
|
D | Constants.cpp | 1511 void BlockAddress::replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) { in replaceUsesOfWithOnConstant() function in BlockAddress 2823 void ConstantArray::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantArray 2868 void ConstantStruct::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantStruct 2918 void ConstantVector::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantVector 2946 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, in replaceUsesOfWithOnConstant() function in ConstantExpr
|
D | Value.cpp | 339 C->replaceUsesOfWithOnConstant(this, New, &U); in replaceAllUsesWith()
|
/external/llvm/docs/ |
D | Lexicon.rst | 168 ``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
|