Searched defs:replaceUsesOfWithOnConstant (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/IR/ |
D | Constant.h | 154 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() function
|
/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
|