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

/external/llvm/include/llvm/IR/
H A DConstant.h144 /// replaceUsesOfWithOnConstant - This method is a special form of
154 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { function in class:llvm::Constant
158 assert(getNumOperands() == 0 && "replaceUsesOfWithOnConstant must be "
H A DGlobalVariable.h170 void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) override;
H A 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/
H A DGlobals.cpp194 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, function in class:GlobalVariable
H A DValue.cpp339 C->replaceUsesOfWithOnConstant(this, New, &U);
H A DConstants.cpp1511 void BlockAddress::replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) { function in class:BlockAddress
2799 // replaceUsesOfWithOnConstant implementations
2801 /// replaceUsesOfWithOnConstant - Update this constant array to change uses of
2807 /// ConstantArray::replaceUsesOfWithOnConstant is only invoked once, and that
2823 void ConstantArray::replaceUsesOfWithOnConstant(Value *From, Value *To, function in class:ConstantArray
2868 void ConstantStruct::replaceUsesOfWithOnConstant(Value *From, Value *To, function in class:ConstantStruct
2918 void ConstantVector::replaceUsesOfWithOnConstant(Value *From, Value *To, function in class:ConstantVector
2946 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, function in class:ConstantExpr

Completed in 216 milliseconds