HomeSort by relevance Sort by last modified time
    Searched refs:replaceUsesOfWithOnConstant (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/
Constant.h 118 /// replaceUsesOfWithOnConstant - This method is a special form of
128 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) {
132 assert(getNumOperands() == 0 && "replaceUsesOfWithOnConstant must be "
GlobalVariable.h 174 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
Constants.h 367 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
426 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
474 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
781 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
    [all...]
  /external/llvm/lib/VMCore/
Globals.cpp 140 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To,
Value.cpp 313 C->replaceUsesOfWithOnConstant(this, New, &U);
Constants.cpp     [all...]

Completed in 339 milliseconds