OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:replaceUsesOfWithOnConstant
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/IR/
Constant.h
130
///
replaceUsesOfWithOnConstant
- This method is a special form of
140
virtual void
replaceUsesOfWithOnConstant
(Value *, Value *, Use *) {
144
assert(getNumOperands() == 0 && "
replaceUsesOfWithOnConstant
must be "
/external/llvm/lib/IR/
Globals.cpp
146
void GlobalVariable::
replaceUsesOfWithOnConstant
(Value *From, Value *To,
Constants.cpp
[
all
...]
Completed in 39 milliseconds