Searched refs:replaceUsesOfWithOnConstant (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constant.h | 140 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() function
|
D | Constants.h | 360 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); 418 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); 465 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); 767 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); 1088 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
|
D | GlobalVariable.h | 193 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
|
/external/llvm/lib/IR/ |
D | Globals.cpp | 146 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in GlobalVariable
|
D | Value.cpp | 319 C->replaceUsesOfWithOnConstant(this, New, &U); in replaceAllUsesWith()
|
D | Constants.cpp | 1385 void BlockAddress::replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) { in replaceUsesOfWithOnConstant() function in BlockAddress 2546 void ConstantArray::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantArray 2621 void ConstantStruct::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantStruct 2696 void ConstantVector::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantVector 2718 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, in replaceUsesOfWithOnConstant() function in ConstantExpr
|
/external/llvm/docs/ |
D | Lexicon.rst | 159 ``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
|