Searched refs:replaceUsesOfWithOnConstant (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Constants.h | 379 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); 439 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); 490 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); 564 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U); 866 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
|
D | Constant.h | 126 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() function
|
D | GlobalVariable.h | 157 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Globals.cpp | 140 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in GlobalVariable
|
D | Constants.cpp | 1171 void BlockAddress::replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) { in replaceUsesOfWithOnConstant() function in BlockAddress 1907 void ConstantArray::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantArray 1991 void ConstantStruct::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantStruct 2057 void ConstantVector::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantVector 2079 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, in replaceUsesOfWithOnConstant() function in ConstantExpr
|
D | Value.cpp | 299 C->replaceUsesOfWithOnConstant(this, New, &U); in replaceAllUsesWith()
|
/external/llvm/docs/ |
D | Lexicon.rst | 193 ``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Lexicon.rst | 222 ``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one
|