Home
last modified time | relevance | path

Searched defs:replaceUsesOfWithOnConstant (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DConstant.h126 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { in replaceUsesOfWithOnConstant() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DGlobals.cpp140 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, in replaceUsesOfWithOnConstant() function in GlobalVariable
DConstants.cpp1171 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