HomeSort by relevance Sort by last modified time
    Searched refs:replaceUsesOfWithOnConstant (Results 1 - 6 of 6) 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 "
GlobalVariable.h 193 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
Constants.h 360 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);
    [all...]
  /external/llvm/lib/IR/
Globals.cpp 146 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To,
Value.cpp 319 C->replaceUsesOfWithOnConstant(this, New, &U);
Constants.cpp     [all...]

Completed in 53 milliseconds