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

  /external/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 "
  /external/llvm/lib/VMCore/
Globals.cpp 140 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To,
Constants.cpp     [all...]

Completed in 2169 milliseconds