Home
last modified time | relevance | path

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

/external/llvm/include/llvm/
DConstants.h379 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);
851 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
DConstant.h122 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() function
DGlobalVariable.h157 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
/external/llvm/lib/VMCore/
DGlobals.cpp140 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in GlobalVariable
DConstants.cpp1168 void BlockAddress::replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) { in replaceUsesOfWithOnConstant() function in BlockAddress
1906 void ConstantArray::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantArray
1990 void ConstantStruct::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantStruct
2056 void ConstantVector::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in ConstantVector
2078 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, in replaceUsesOfWithOnConstant() function in ConstantExpr
DValue.cpp299 C->replaceUsesOfWithOnConstant(this, New, &U); in replaceAllUsesWith()