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

/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DConstant.h130 /// replaceUsesOfWithOnConstant - This method is a special form of
140 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) { function in class:llvm::Constant
144 assert(getNumOperands() == 0 && "replaceUsesOfWithOnConstant must be "
H A DGlobalVariable.h191 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
H A DConstants.h360 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
418 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
465 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
767 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
1097 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DGlobals.cpp146 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To, function in class:GlobalVariable
H A DValue.cpp319 C->replaceUsesOfWithOnConstant(this, New, &U);
H A DConstants.cpp1386 void BlockAddress::replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U) { function in class:BlockAddress
2558 // replaceUsesOfWithOnConstant implementations
2560 /// replaceUsesOfWithOnConstant - Update this constant array to change uses of
2566 /// ConstantArray::replaceUsesOfWithOnConstant is only invoked once, and that
2571 void ConstantArray::replaceUsesOfWithOnConstant(Value *From, Value *To, function in class:ConstantArray
2646 void ConstantStruct::replaceUsesOfWithOnConstant(Value *From, Value *To, function in class:ConstantStruct
2721 void ConstantVector::replaceUsesOfWithOnConstant(Value *From, Value *To, function in class:ConstantVector
2743 void ConstantExpr::replaceUsesOfWithOnConstant(Value *From, Value *ToV, function in class:ConstantExpr

Completed in 111 milliseconds