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

  /external/llvm/include/llvm/IR/
Constant.h 136 /// replaceUsesOfWithOnConstant - This method is a special form of
146 virtual void replaceUsesOfWithOnConstant(Value *, Value *, Use *) {
150 assert(getNumOperands() == 0 && "replaceUsesOfWithOnConstant must be "
  /external/llvm/lib/IR/
Globals.cpp 191 void GlobalVariable::replaceUsesOfWithOnConstant(Value *From, Value *To,
Constants.cpp     [all...]

Completed in 66 milliseconds