Home
last modified time | relevance | path

Searched refs:handleOperandChange (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DConstant.h136 void handleOperandChange(Value *, Value *, Use *);
/external/llvm/lib/IR/
DValue.cpp380 C->handleOperandChange(this, New, &U); in replaceAllUsesWith()
DConstants.cpp2785 void Constant::handleOperandChange(Value *From, Value *To, Use *U) { in handleOperandChange() function in Constant