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

  /external/swiftshader/third_party/LLVM/include/llvm/
Constant.h 116 /// replaceUsesOfWithOnConstant - This method is a special form of
126 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) {
130 assert(getNumOperands() == 0 && "replaceUsesOfWithOnConstant must be "
GlobalVariable.h 157 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
Constants.h 379 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
439 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
490 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
564 virtual void replaceUsesOfWithOnConstant(Value *From, Value *To, Use *U);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Globals.cpp 140 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To,
Value.cpp 299 C->replaceUsesOfWithOnConstant(this, New, &U);
Constants.cpp     [all...]

Completed in 363 milliseconds