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 118 /// replaceUsesOfWithOnConstant - This method is a special form of
128 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) {
132 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 3124 milliseconds