Home
last modified time | relevance | path

Searched refs:replaceUsesOfWithOnConstant (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/IR/
DConstant.h154 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() function
DGlobalVariable.h170 void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) override;
DConstants.h366 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/
DGlobals.cpp194 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in GlobalVariable
DConstants.cpp1511 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
DValue.cpp339 C->replaceUsesOfWithOnConstant(this, New, &U); in replaceAllUsesWith()
/external/llvm/docs/
DLexicon.rst168 ``Constant::replaceUsesOfWithOnConstant()`` implement the replacement of one