Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DConstant.h134 void handleOperandChange(Value *, Value *);
/external/llvm/lib/IR/
DValue.cpp389 C->handleOperandChange(this, New); in replaceAllUsesWith()
DConstants.cpp2693 void Constant::handleOperandChange(Value *From, Value *To) { in handleOperandChange() function in Constant