Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h187 void handleOperandChange(Value *, Value *);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp522 C->handleOperandChange(this, New); in doRAUW()
569 Consts.pop_back_val()->handleOperandChange(this, New); in replaceUsesWithIf()
H A DConstants.cpp3211 void Constant::handleOperandChange(Value *From, Value *To) { in handleOperandChange() function in Constant
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp1945 C->handleOperandChange(Old, New); in replaceCfiUses()